We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c58e8 commit fbb3979Copy full SHA for fbb3979
TZStackView.podspec
@@ -1,13 +1,13 @@
1
Pod::Spec.new do |s|
2
s.name = "TZStackView"
3
- s.version = "1.0.0"
+ s.version = "1.0.1"
4
s.summary = "TZStackView is a replica of iOS 9's new UIStackView for use in iOS 7 and iOS 8"
5
s.homepage = "https://github.com/tomvanzummeren/TZStackView.git"
6
s.license = { :type => "MIT" }
7
s.authors = { "tomvanzummeren" => "[email protected]" }
8
9
s.requires_arc = true
10
s.ios.deployment_target = "8.0"
11
- s.source = { :git => "https://github.com/tomvanzummeren/TZStackView.git", :tag => "1.0.0"}
+ s.source = { :git => "https://github.com/tomvanzummeren/TZStackView.git", :tag => "1.0.1"}
12
s.source_files = "Example/TZStackView-Example/TZStackView/*.swift"
13
end
0 commit comments