We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21579ca commit df18f86Copy full SHA for df18f86
1 file changed
PureLayout.podspec
@@ -1,13 +1,13 @@
1
Pod::Spec.new do |s|
2
s.name = "PureLayout"
3
- s.version = "2.0.5"
+ s.version = "2.0.6"
4
s.homepage = "https://github.com/smileyborg/PureLayout"
5
s.license = { :type => 'MIT', :file => 'LICENSE' }
6
s.author = { "Tyler Fox" => "[email protected]" }
7
s.social_media_url = "https://twitter.com/smileyborg"
8
s.ios.deployment_target = '6.0'
9
s.osx.deployment_target = '10.7'
10
- s.source = { :git => "https://github.com/smileyborg/PureLayout.git", :tag => "v2.0.5" }
+ s.source = { :git => "https://github.com/smileyborg/PureLayout.git", :tag => "v2.0.6" }
11
s.source_files = 'PureLayout/PureLayout'
12
s.requires_arc = true
13
s.summary = "The ultimate API for iOS & OS X Auto Layout — impressively simple, immensely powerful. Objective-C and Swift compatible."
0 commit comments