We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e7faf commit cbc0f75Copy full SHA for cbc0f75
LaunchDarkly.podspec
@@ -24,7 +24,7 @@ Pod::Spec.new do |ld|
24
ld.ios.deployment_target = "13.0"
25
ld.watchos.deployment_target = "6.0"
26
ld.tvos.deployment_target = "13.0"
27
- ld.osx.deployment_target = "10.15"
+ ld.osx.deployment_target = "12.0"
28
29
ld.source = { :git => ld.homepage + '.git', :tag => ld.version}
30
README.md
@@ -32,7 +32,7 @@ And supports the following device platforms:
32
| iOS | 13.0 |
33
| watchOS | 6.0 |
34
| tvOS | 13.0 |
35
-| macOS | 10.15 |
+| macOS | 12.00 |
36
37
Installation
38
-----------
0 commit comments