File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,17 @@ Pod::Spec.new do |s|
29
29
:CLANG_WARN_DOCUMENTATION_COMMENTS => 'NO' ,
30
30
:GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS => 'NO' ,
31
31
:GCC_WARN_64_TO_32_BIT_CONVERSION => 'NO' ,
32
+ :SYSTEM_HEADER_SEARCH_PATHS => [
33
+ "${PODS_CONFIGURATION_BUILD_DIR}/LiquidCore/LiquidCore.framework/PrivateHeaders"
34
+ ] . join ( ' ' ) ,
32
35
33
36
:OTHER_CPLUSPLUSFLAGS => [
34
- '-DNODE_WANT_INTERNALS=1' ,
37
+ '-DNODE_WANT_INTERNALS=1'
35
38
] . join ( ' ' ) ,
36
39
37
40
}
38
41
42
+ s . swift_version = '3.0'
43
+
39
44
s . dependency "LiquidCore"
40
45
end
Original file line number Diff line number Diff line change 65
65
"android" : " liquidcore/release/node-sqlite3-release" ,
66
66
"android-dev" : " liquidcore/node-sqlite3" ,
67
67
"ios" : 0 ,
68
- "ios-dev" : " node-sqlite3.podspec"
68
+ "ios-dev" : {
69
+ "name" : " node-sqlite3" ,
70
+ "path" : " node-sqlite3.podspec"
71
+ }
69
72
}
70
73
}
You can’t perform that action at this time.
0 commit comments