-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1bae7f
commit 152e959
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "TZStackView" | ||
s.version = "1.0.3" | ||
s.version = "1.0.4" | ||
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" => "[email protected]" } | ||
|
||
s.requires_arc = true | ||
s.ios.deployment_target = "8.0" | ||
s.source = { :git => "https://github.com/tomvanzummeren/TZStackView.git", :tag => "1.0.3"} | ||
s.source = { :git => "https://github.com/tomvanzummeren/TZStackView.git", :tag => "1.0.4"} | ||
s.source_files = "Example/TZStackView-Example/TZStackView/*.swift" | ||
end |