We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a56f6e commit 0aa9021Copy full SHA for 0aa9021
react-native-safe-area-context.podspec
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
s.authors = package['author']
14
s.homepage = package['homepage']
15
s.ios.deployment_target = "12.4"
16
- s.osx.deployment_target = "11.0"
+ s.osx.deployment_target = "10.15"
17
s.visionos.deployment_target = "1.0"
18
19
s.source = { :git => "https://github.com/th3rdwave/react-native-safe-area-context.git", :tag => "v#{s.version}" }
0 commit comments