Skip to content

Commit 164f526

Browse files
committed
Update version to 3.0.0
1 parent e28687e commit 164f526

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

PureLayout.podspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Pod::Spec.new do |s|
2-
s.name = "PureLayout"
3-
s.version = "2.0.6"
4-
s.homepage = "https://github.com/smileyborg/PureLayout"
2+
s.name = 'PureLayout'
3+
s.version = '3.0.0'
4+
s.homepage = 'https://github.com/smileyborg/PureLayout'
55
s.license = { :type => 'MIT', :file => 'LICENSE' }
6-
s.author = { "Tyler Fox" => "[email protected]" }
7-
s.social_media_url = "https://twitter.com/smileyborg"
6+
s.author = { 'Tyler Fox' => '[email protected]' }
7+
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.6" }
10+
s.source = { :git => 'https://github.com/smileyborg/PureLayout.git', :tag => 'v3.0.0' }
1111
s.source_files = 'PureLayout/PureLayout'
1212
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."
13+
s.summary = 'The ultimate API for iOS & OS X Auto Layout — impressively simple, immensely powerful. Objective-C and Swift compatible.'
1414
s.description = <<-DESC
1515
# PureLayout
1616
The ultimate API for iOS & OS X Auto Layout — impressively simple, immensely powerful. PureLayout extends `UIView`/`NSView`, `NSArray`, and `NSLayoutConstraint` with a comprehensive Auto Layout API that is modeled after Apple's own frameworks. PureLayout is an Objective-C library that also works (and looks!) great with Swift using a bridging header.

PureLayout/Supporting Files/PureLayout_Mac/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.5</string>
18+
<string>3.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

PureLayout/Supporting Files/PureLayout_iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.5</string>
18+
<string>3.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)