-
Notifications
You must be signed in to change notification settings - Fork 9
/
TransitKit.podspec
17 lines (17 loc) · 943 Bytes
/
TransitKit.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
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/TransitKit"
s.screenshots = "https://raw.githubusercontent.com/zoonooz/TransitKit/master/line_animation.gif"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Amornchai Kanokpullwad" => "amornchai.zoon@gmail.com" }
s.social_media_url = "http://twitter.com/zoonref"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/zoonooz/TransitKit.git", :tag => "0.0.1" }
s.source_files = "Source"
end