Skip to content

Commit a88361a

Browse files
committed
Fixed cocoapods issues
1 parent f930745 commit a88361a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

node-sqlite3.podspec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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"
4045
end

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
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
}

0 commit comments

Comments
 (0)