We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56de386 commit c2a78f3Copy full SHA for c2a78f3
TZStackView.podspec
@@ -1,13 +1,13 @@
1
Pod::Spec.new do |s|
2
s.name = "TZStackView"
3
- s.version = "1.2.0"
+ s.version = "1.3.0"
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.2.0"}
+ s.source = { :git => "https://github.com/tomvanzummeren/TZStackView.git", :tag => "1.3.0"}
12
s.source_files = "TZStackView/*.swift"
13
end
0 commit comments