File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,12 +29,17 @@ Pod::Spec.new do |s|
2929 :CLANG_WARN_DOCUMENTATION_COMMENTS => 'NO' ,
3030 :GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS => 'NO' ,
3131 :GCC_WARN_64_TO_32_BIT_CONVERSION => 'NO' ,
32+ :SYSTEM_HEADER_SEARCH_PATHS => [
33+ "${PODS_CONFIGURATION_BUILD_DIR}/LiquidCore/LiquidCore.framework/PrivateHeaders"
34+ ] . join ( ' ' ) ,
3235
3336 :OTHER_CPLUSPLUSFLAGS => [
34- '-DNODE_WANT_INTERNALS=1' ,
37+ '-DNODE_WANT_INTERNALS=1'
3538 ] . join ( ' ' ) ,
3639
3740 }
3841
42+ s . swift_version = '3.0'
43+
3944 s . dependency "LiquidCore"
4045end
Original file line number Diff line number Diff line change 6565 "android" : " liquidcore/release/node-sqlite3-release" ,
6666 "android-dev" : " liquidcore/node-sqlite3" ,
6767 "ios" : 0 ,
68- "ios-dev" : " node-sqlite3.podspec"
68+ "ios-dev" : {
69+ "name" : " node-sqlite3" ,
70+ "path" : " node-sqlite3.podspec"
71+ }
6972 }
7073}
You can’t perform that action at this time.
0 commit comments