mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-08-31 03:31:05 +00:00
fix(podspec): Lowered deployment target for MacOS to 10.13 (#1673)
This commit is contained in:
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
|
||||
|
||||
s.authors = package['author']
|
||||
s.homepage = package['homepage']
|
||||
s.platforms = { :ios => "9.0", :osx => "10.14" }
|
||||
s.platforms = { :ios => "9.0", :osx => "10.13" }
|
||||
|
||||
s.source = { :git => "https://github.com/react-native-community/react-native-webview.git", :tag => "v#{s.version}" }
|
||||
s.source_files = "apple/**/*.{h,m}"
|
||||
|
||||
Reference in New Issue
Block a user