forked from tomvanzummeren/TZStackView
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTZStackView.podspec
More file actions
Latest commit
13 lines (12 loc) · 555 Bytes
/
Copy pathTZStackView.podspec
File metadata and controls
13 lines (12 loc) · 555 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.newdo |s|
s.name="TZStackView"
s.version="1.1.2"
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.1.2"}
s.source_files="TZStackView/*.swift"
end