Skip to content

Commit c2a78f3

Browse files
Increased release version number.
1 parent 56de386 commit c2a78f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TZStackView.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 = "TZStackView"
3-
s.version = "1.2.0"
3+
s.version = "1.3.0"
44
s.summary = "TZStackView is a replica of iOS 9's new UIStackView for use in iOS 7 and iOS 8"
55
s.homepage = "https://github.com/tomvanzummeren/TZStackView.git"
66
s.license = { :type => "MIT" }
77
s.authors = { "tomvanzummeren" => "[email protected]" }
88

99
s.requires_arc = true
1010
s.ios.deployment_target = "8.0"
11-
s.source = { :git => "https://github.com/tomvanzummeren/TZStackView.git", :tag => "1.2.0"}
11+
s.source = { :git => "https://github.com/tomvanzummeren/TZStackView.git", :tag => "1.3.0"}
1212
s.source_files = "TZStackView/*.swift"
1313
end

0 commit comments

Comments
 (0)