Skip to content

Commit

Permalink
Increased release version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanzummeren committed Sep 19, 2016
1 parent 56de386 commit c2a78f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TZStackView.podspec
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "TZStackView"
s.version = "1.2.0"
s.version = "1.3.0"
s.summary = "TZStackView is a replica of iOS 9's new UIStackView for use in iOS 7 and iOS 8"
s.homepage = "https://github.com/tomvanzummeren/TZStackView.git"
s.license = { :type => "MIT" }
s.authors = { "tomvanzummeren" => "tom.van.zummeren@gmail.com" }

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

0 comments on commit c2a78f3

Please sign in to comment.