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 4403a45 commit 328b53bCopy full SHA for 328b53b
SnapKit.podspec
@@ -8,9 +8,9 @@ Pod::Spec.new do |s|
8
s.social_media_url = 'http://twitter.com/robertjpayne'
9
s.source = { :git => 'https://github.com/SnapKit/SnapKit.git', :tag => '5.0.0' }
10
11
- s.ios.deployment_target = '9.0'
+ s.ios.deployment_target = '10.0'
12
s.osx.deployment_target = '10.12'
13
- s.tvos.deployment_target = '9.0'
+ s.tvos.deployment_target = '10.0'
14
15
s.source_files = 'Source/*.swift'
16
0 commit comments