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 eea05d7 commit 5ac6af7Copy full SHA for 5ac6af7
SnapKit.podspec
@@ -1,12 +1,12 @@
1
Pod::Spec.new do |s|
2
s.name = 'SnapKit'
3
- s.version = '4.2.0'
+ s.version = '5.0.0'
4
s.license = 'MIT'
5
s.summary = 'Harness the power of auto layout with a simplified, chainable, and compile time safe syntax.'
6
s.homepage = 'https://github.com/SnapKit/SnapKit'
7
s.authors = { 'Robert Payne' => 'robertpayne@me.com' }
8
s.social_media_url = 'http://twitter.com/robertjpayne'
9
- s.source = { :git => 'https://github.com/SnapKit/SnapKit.git', :tag => '4.2.0' }
+ s.source = { :git => 'https://github.com/SnapKit/SnapKit.git', :tag => '5.0.0' }
10
11
s.ios.deployment_target = '8.0'
12
s.osx.deployment_target = '10.11'
0 commit comments