Skip to content

Commit ca1c8fe

Browse files
committed
Bump version number and update podspec
1 parent e4ae9e1 commit ca1c8fe

10 files changed

Lines changed: 11 additions & 11 deletions

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.2"
3+
s.version = "2.0.3"
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.2" }
10+
s.source = { :git => "https://github.com/smileyborg/PureLayout.git", :tag => "v2.0.3" }
1111
s.source_files = 'Source'
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."

Source/ALView+PureLayout.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// ALView+PureLayout.h
3-
// v2.0.2
3+
// v2.0.3
44
// https://github.com/smileyborg/PureLayout
55
//
66
// Copyright (c) 2012 Richard Turton

Source/ALView+PureLayout.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// ALView+PureLayout.m
3-
// v2.0.2
3+
// v2.0.3
44
// https://github.com/smileyborg/PureLayout
55
//
66
// Copyright (c) 2012 Richard Turton

Source/NSArray+PureLayout.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// NSArray+PureLayout.h
3-
// v2.0.2
3+
// v2.0.3
44
// https://github.com/smileyborg/PureLayout
55
//
66
// Copyright (c) 2012 Richard Turton

Source/NSArray+PureLayout.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// NSArray+PureLayout.m
3-
// v2.0.2
3+
// v2.0.3
44
// https://github.com/smileyborg/PureLayout
55
//
66
// Copyright (c) 2012 Richard Turton

Source/NSLayoutConstraint+PureLayout.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// NSLayoutConstraint+PureLayout.h
3-
// v2.0.2
3+
// v2.0.3
44
// https://github.com/smileyborg/PureLayout
55
//
66
// Copyright (c) 2013-2014 Tyler Fox

Source/NSLayoutConstraint+PureLayout.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// NSLayoutConstraint+PureLayout.m
3-
// v2.0.2
3+
// v2.0.3
44
// https://github.com/smileyborg/PureLayout
55
//
66
// Copyright (c) 2013-2014 Tyler Fox

Source/PureLayout+Internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// PureLayout+Internal.h
3-
// v2.0.2
3+
// v2.0.3
44
// https://github.com/smileyborg/PureLayout
55
//
66
// Copyright (c) 2014 Tyler Fox

Source/PureLayout.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// PureLayout.h
3-
// v2.0.2
3+
// v2.0.3
44
// https://github.com/smileyborg/PureLayout
55
//
66
// Copyright (c) 2014 Tyler Fox

Source/PureLayoutDefines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// PureLayoutDefines.h
3-
// v2.0.2
3+
// v2.0.3
44
// https://github.com/smileyborg/PureLayout
55
//
66
// Copyright (c) 2014 Tyler Fox

0 commit comments

Comments
 (0)