-
Notifications
You must be signed in to change notification settings - Fork 0
/
MYRoutes.podspec
27 lines (20 loc) · 1.02 KB
/
MYRoutes.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Pod::Spec.new do |s|
s.name = "MYRoutes"
s.version = "0.1.0"
s.summary = "simplify application view transition. original API make very easy and more useful."
s.requires_arc = true
s.description = <<-DESC
simplify application view transition. original API make very easy and more useful.
- simplify code.
- Support for UINavigationController transition completion. not use delegate
- Support with parameters transtion
- Support with parameters transtion
- Support url base transition like web service
DESC
s.homepage = "https://github.com/nyankichi820/MYRoutes"
s.license = { :type => "MIT", :file =>"LICENSE"}
s.author = { "masafumi yoshida" => "[email protected]" }
s.platform = 'ios', '6.0'
s.source = { :git => "https://github.com/nyankichi820/MYRoutes.git", :tag => "0.0.1" }
s.source_files = 'MYRoutes/Classes'
end