Skip to content

Commit

Permalink
Podfile add macos support (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
youngcube authored and andpor committed Jul 14, 2017
1 parent d5928eb commit a2ab6c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion react-native-sqlite-storage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Pod::Spec.new do |s|
s.author = package['author']
s.source = { :git => package['repository']['url'], :tag => "v#{s.version}" }

s.platform = :ios, "8.0"
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'

s.preserve_paths = 'README.md', 'LICENSE', 'package.json', 'sqlite.js'
s.source_files = "src/ios/*.{h,m}"
Expand Down

0 comments on commit a2ab6c7

Please sign in to comment.