[Update] YH_Router (1.2.0)
Showing
1 changed file
with
36 additions
and
0 deletions
YH_Router/1.2.0/YH_Router.podspec
0 → 100644
1 | +# | ||
2 | +# Be sure to run `pod lib lint YH_Router.podspec' to ensure this is a | ||
3 | +# valid spec before submitting. | ||
4 | +# | ||
5 | +# Any lines starting with a # are optional, but their use is encouraged | ||
6 | +# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html | ||
7 | +# | ||
8 | + | ||
9 | +Pod::Spec.new do |s| | ||
10 | + s.name = 'YH_Router' | ||
11 | + s.version = '1.2.0' | ||
12 | + s.summary = '平台级router方案' | ||
13 | + | ||
14 | + s.description = <<-DESC | ||
15 | + 平台级router方案,快速注册服务,免发现 | ||
16 | + 大量快捷方法 | ||
17 | + 高度灵活,自主接入自定义router,自主接入url改写 | ||
18 | + DESC | ||
19 | + | ||
20 | + s.homepage = 'http://git.yoho.cn/ios/YH_Router' | ||
21 | + s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
22 | + s.author = { 'willice9527' => 'jinlin.liu@yoho.cn' } | ||
23 | + s.source = { :git => 'http://git.yoho.cn/ios/YH_Router.git', :tag => s.version.to_s } | ||
24 | + | ||
25 | + s.ios.deployment_target = '8.0' | ||
26 | + | ||
27 | + s.source_files = 'YH_Router/Classes/**/*' | ||
28 | + | ||
29 | + # s.resource_bundles = { | ||
30 | + # 'YH_Router' => ['YH_Router/Assets/*.png'] | ||
31 | + # } | ||
32 | + | ||
33 | + # s.public_header_files = 'Pod/Classes/**/*.h' | ||
34 | + s.frameworks = 'Foundation' | ||
35 | + # s.dependency 'AFNetworking', '~> 2.3' | ||
36 | +end |
-
Please register or login to post a comment