We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febc9b5 commit 5c56ef8Copy full SHA for 5c56ef8
README.md
@@ -11,7 +11,7 @@ This also contains the Swift Package Manager support
11
## Requirements
12
13
+ iOS 8
14
-+ macOS 10.10
++ macOS 10.11
15
+ tvOS 9.0
16
+ watchOS 2.0
17
libwebp.podspec
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
s.compiler_flags = '-D_THREAD_SAFE'
s.requires_arc = false
- s.osx.deployment_target = '10.10'
+ s.osx.deployment_target = '10.11'
s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
0 commit comments