-
Notifications
You must be signed in to change notification settings - Fork 9
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
Showing
3 changed files
with
10 additions
and
10 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
File renamed without changes
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,17 +1,17 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "Transit" | ||
s.name = "TransitKit" | ||
s.version = "0.0.1" | ||
s.summary = "easy custom ios transition" | ||
s.description = <<-DESC | ||
Transit is the library provide you an easiest way to customize the animation when you change from one ViewController to another. | ||
You can think of this library as transit system, travel from one station to other station with trains in various lines. | ||
DESC | ||
s.homepage = "https://github.com/zoonooz/Transit" | ||
s.screenshots = "https://raw.githubusercontent.com/zoonooz/Transit/master/line_animation.gif" | ||
s.homepage = "https://github.com/zoonooz/TransitKit" | ||
s.screenshots = "https://raw.githubusercontent.com/zoonooz/TransitKit/master/line_animation.gif" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.author = { "Amornchai Kanokpullwad" => "[email protected]" } | ||
s.social_media_url = "http://twitter.com/zoonref" | ||
s.platform = :ios, "8.0" | ||
s.source = { :git => "https://github.com/zoonooz/Transit.git", :tag => "0.0.1" } | ||
s.source = { :git => "https://github.com/zoonooz/TransitKit.git", :tag => "0.0.1" } | ||
s.source_files = "Source" | ||
end |