|
|
#
|
|
|
# Be sure to run `pod lib lint YH_Router.podspec' to ensure this is a
|
|
|
# valid spec before submitting.
|
|
|
#
|
|
|
# Any lines starting with a # are optional, but their use is encouraged
|
|
|
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
|
|
|
#
|
|
|
|
|
|
Pod::Spec.new do |s|
|
|
|
s.name = 'YH_Router'
|
|
|
s.version = '1.3.1'
|
|
|
s.summary = '平台级router方案'
|
|
|
|
|
|
s.description = <<-DESC
|
|
|
平台级router方案,快速注册服务,免发现
|
|
|
大量快捷方法
|
|
|
高度灵活,自主接入自定义router,自主接入url改写
|
|
|
|
|
|
js rewrite 震撼登场。主要思路为使用js脚本编写rewrite实体对象,参照模板RewriterTemplate.js
|
|
|
DESC
|
|
|
|
|
|
s.homepage = 'http://git.yoho.cn/ios/YH_Router'
|
|
|
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
|
|
s.author = { 'willice9527' => 'jinlin.liu@yoho.cn' }
|
|
|
s.source = { :git => 'http://git.yoho.cn/ios/YH_Router.git', :tag => s.version.to_s }
|
|
|
|
|
|
s.ios.deployment_target = '8.0'
|
|
|
|
|
|
s.source_files = 'YH_Router/Classes/**/*'
|
|
|
|
|
|
s.resource_bundles = {
|
|
|
'YH_Router' => ['YH_Router/Assets/YH_Router.bundle/**/*']
|
|
|
}
|
|
|
|
|
|
# s.public_header_files = 'Pod/Classes/**/*.h'
|
|
|
s.frameworks = 'Foundation'
|
|
|
# s.dependency 'AFNetworking', '~> 2.3'
|
|
|
end |
...
|
...
|
|