Skip to content

Commit

Permalink
Bump version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyreiss committed Jun 11, 2016
1 parent 40dd22b commit 50cef7b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions PureLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'PureLayout'
s.version = '3.0.1'
s.version = '3.0.2'
s.homepage = 'https://github.com/PureLayout/PureLayout'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = 'Tyler Fox'
s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.7'
s.tvos.deployment_target = '9.0'
s.source = { :git => 'https://github.com/PureLayout/PureLayout.git', :tag => 'v3.0.1' }
s.source = { :git => 'https://github.com/PureLayout/PureLayout.git', :tag => 'v3.0.2' }
s.source_files = 'PureLayout/PureLayout'
s.requires_arc = true
s.summary = 'The ultimate API for iOS & OS X Auto Layout — impressively simple, immensely powerful. Objective-C and Swift compatible.'
Expand Down
2 changes: 1 addition & 1 deletion PureLayout/Supporting Files/PureLayout_Mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0.1</string>
<string>3.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion PureLayout/Supporting Files/PureLayout_iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0.1</string>
<string>3.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion PureLayout/Supporting Files/PureLayout_tvOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0.1</string>
<string>3.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 50cef7b

Please sign in to comment.