Skip to content

Commit df18f86

Browse files
committed
Update podspec to v2.0.6
1 parent 21579ca commit df18f86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PureLayout.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = "PureLayout"
3-
s.version = "2.0.5"
3+
s.version = "2.0.6"
44
s.homepage = "https://github.com/smileyborg/PureLayout"
55
s.license = { :type => 'MIT', :file => 'LICENSE' }
66
s.author = { "Tyler Fox" => "[email protected]" }
77
s.social_media_url = "https://twitter.com/smileyborg"
88
s.ios.deployment_target = '6.0'
99
s.osx.deployment_target = '10.7'
10-
s.source = { :git => "https://github.com/smileyborg/PureLayout.git", :tag => "v2.0.5" }
10+
s.source = { :git => "https://github.com/smileyborg/PureLayout.git", :tag => "v2.0.6" }
1111
s.source_files = 'PureLayout/PureLayout'
1212
s.requires_arc = true
1313
s.summary = "The ultimate API for iOS & OS X Auto Layout — impressively simple, immensely powerful. Objective-C and Swift compatible."

0 commit comments

Comments
 (0)