Skip to content

Commit a2ab6c7

Browse files
youngcubeandpor
authored andcommitted
Podfile add macos support (#179)
1 parent d5928eb commit a2ab6c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

react-native-sqlite-storage.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Pod::Spec.new do |s|
1111
s.author = package['author']
1212
s.source = { :git => package['repository']['url'], :tag => "v#{s.version}" }
1313

14-
s.platform = :ios, "8.0"
14+
s.ios.deployment_target = '8.0'
15+
s.osx.deployment_target = '10.10'
1516

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

0 commit comments

Comments
 (0)