Skip to content

Commit 5ac6af7

Browse files
committed
Update podspec
1 parent eea05d7 commit 5ac6af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SnapKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'SnapKit'
3-
s.version = '4.2.0'
3+
s.version = '5.0.0'
44
s.license = 'MIT'
55
s.summary = 'Harness the power of auto layout with a simplified, chainable, and compile time safe syntax.'
66
s.homepage = 'https://github.com/SnapKit/SnapKit'
77
s.authors = { 'Robert Payne' => 'robertpayne@me.com' }
88
s.social_media_url = 'http://twitter.com/robertjpayne'
9-
s.source = { :git => 'https://github.com/SnapKit/SnapKit.git', :tag => '4.2.0' }
9+
s.source = { :git => 'https://github.com/SnapKit/SnapKit.git', :tag => '5.0.0' }
1010

1111
s.ios.deployment_target = '8.0'
1212
s.osx.deployment_target = '10.11'

0 commit comments

Comments
 (0)