Authored by 刘金林

[Update] YH_ConfigCenter (1.0.1)

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