Authored by 朱小军

[Update] YH_DebugModule (0.3.7)

  1 +#
  2 +# Be sure to run `pod lib lint YH_DebugModule.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_DebugModule'
  11 + s.version = '0.3.7'
  12 + s.summary = 'debug module'
  13 +
  14 + s.description = <<-DESC
  15 + 集合各模块的测试功能,通过router与功能模块交互,不可被依赖,也不依赖任何业务模块
  16 + 0.1.0 图片直连相关
  17 + 0.1.1 config预览
  18 + 0.2.0 动态cdn相关
  19 + 0.2.9 移动sdk一键登录相关
  20 + 0.3.0 一键登录引入的开关失效问题
  21 + 0.3.1 修改tableview视图显示问题
  22 + 0.3.3 增加SSL错误重试
  23 + 0.3.4 增加原生文章详情开关
  24 + 0.3.5 移出WK开关, 修复状态栏颜色, 修复下发开关展示异常问题
  25 + 0.3.7 更新UI
  26 + DESC
  27 +
  28 + s.homepage = 'http://git.yoho.cn/ios/YH_DebugModule'
  29 + s.license = { :type => 'MIT', :file => 'LICENSE' }
  30 + s.author = { 'willice9527' => 'jinlin.liu@yoho.cn' }
  31 + s.source = { :git => 'http://git.yoho.cn/ios/YH_DebugModule.git', :tag => s.version.to_s }
  32 +
  33 + s.ios.deployment_target = '8.0'
  34 +
  35 + s.source_files = 'YH_DebugModule/Classes/**/*'
  36 +
  37 + # s.resource_bundles = {
  38 + # 'YH_DebugModule' => ['YH_DebugModule/Assets/*.png']
  39 + # }
  40 +
  41 + # s.public_header_files = 'Pod/Classes/**/*.h'
  42 + s.frameworks = 'UIKit', 'Foundation'
  43 + s.dependency 'YH_Router'
  44 + s.dependency 'YH_UIKit'
  45 + s.dependency 'YH_FoundationKit'
  46 +end