Authored by 孟顺

[Update] YH_DebugModule (0.2.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.2.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 + DESC
  20 +
  21 + s.homepage = 'http://git.yoho.cn/ios/YH_DebugModule'
  22 + s.license = { :type => 'MIT', :file => 'LICENSE' }
  23 + s.author = { 'willice9527' => 'jinlin.liu@yoho.cn' }
  24 + s.source = { :git => 'http://git.yoho.cn/ios/YH_DebugModule.git', :tag => s.version.to_s }
  25 +
  26 + s.ios.deployment_target = '8.0'
  27 +
  28 + s.source_files = 'YH_DebugModule/Classes/**/*'
  29 +
  30 + # s.resource_bundles = {
  31 + # 'YH_DebugModule' => ['YH_DebugModule/Assets/*.png']
  32 + # }
  33 +
  34 + # s.public_header_files = 'Pod/Classes/**/*.h'
  35 + s.frameworks = 'UIKit', 'Foundation'
  36 + s.dependency 'YH_Router'
  37 + s.dependency 'YH_UIKit'
  38 + s.dependency 'YH_FoundationKit'
  39 +end