Skip to content

Commit 5394fa7

Browse files
Update TZStackView.podspec
1 parent cb100fc commit 5394fa7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.0.2"
3+
s.version = "1.0.3"
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" => "tom.van.zummeren@gmail.com" }
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.0.2"}
11+
s.source = { :git => "https://github.com/tomvanzummeren/TZStackView.git", :tag => "1.0.3"}
1212
s.source_files = "Example/TZStackView-Example/TZStackView/*.swift"
1313
end

0 commit comments

Comments
 (0)