We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f80270 commit 9bf77abCopy full SHA for 9bf77ab
1 file changed
node-sqlite3.podspec
@@ -14,7 +14,11 @@ Pod::Spec.new do |s|
14
15
s.platform = :ios, '10.0'
16
17
- s.source = { :git => "https://github.com/LiquidPlayer/node-sqlit3.git", :tag => "#{s.version}" }
+ s.source = { :git => "https://github.com/LiquidPlayer/node-sqlite3.git", :tag => "#{s.version}" }
18
+
19
+ s.prepare_command = <<-CMD
20
+ npm install
21
+ CMD
22
23
s.source_files =
24
"src/*.{cc,h}",
0 commit comments