Skip to content

Commit 9bf77ab

Browse files
committed
Fixed podspec
1 parent 4f80270 commit 9bf77ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

node-sqlite3.podspec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ Pod::Spec.new do |s|
1414

1515
s.platform = :ios, '10.0'
1616

17-
s.source = { :git => "https://github.com/LiquidPlayer/node-sqlit3.git", :tag => "#{s.version}" }
17+
s.source = { :git => "https://github.com/LiquidPlayer/node-sqlite3.git", :tag => "#{s.version}" }
18+
19+
s.prepare_command = <<-CMD
20+
npm install
21+
CMD
1822

1923
s.source_files =
2024
"src/*.{cc,h}",

0 commit comments

Comments
 (0)