Skip to content

Commit

Permalink
Update TZStackView.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanzummeren committed Aug 1, 2015
1 parent 197a9f5 commit b95fbd7
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.0.4"
s.version = "1.0.5"
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.0.4"}
s.source = { :git => "https://github.com/tomvanzummeren/TZStackView.git", :tag => "1.0.5"}
s.source_files = "Example/TZStackView-Example/TZStackView/*.swift"
end

0 comments on commit b95fbd7

Please sign in to comment.