|
|
#
|
|
|
# Be sure to run `pod lib lint YH_ConfigCenter.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_ConfigCenter'
|
|
|
s.version = '1.0.1'
|
|
|
s.summary = '管理通过config后台下发的所有配置'
|
|
|
|
|
|
s.description = <<-DESC
|
|
|
管理通过config后台下发的所有配置,提供持久化,快捷查询等功能,下载功能暂时使用主项目逻辑,不再自行实现
|
|
|
DESC
|
|
|
|
|
|
s.homepage = 'http://git.yoho.cn/ios/YH_ConfigCenter'
|
|
|
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
|
|
s.author = { 'willice9527' => 'jinlin.liu@yoho.cn' }
|
|
|
s.source = { :git => 'http://git.yoho.cn/ios/YH_ConfigCenter.git', :tag => s.version.to_s }
|
|
|
|
|
|
s.ios.deployment_target = '8.0'
|
|
|
|
|
|
s.source_files = 'YH_ConfigCenter/Classes/**/*'
|
|
|
|
|
|
s.frameworks = 'Foundation'
|
|
|
s.dependency 'YH_Router'
|
|
|
end |
...
|
...
|
|