Authored by 孟顺

[Update] YH_DebugModule (0.3.1)

#
# Be sure to run `pod lib lint YH_DebugModule.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_DebugModule'
s.version = '0.3.1'
s.summary = 'debug module'
s.description = <<-DESC
集合各模块的测试功能,通过router与功能模块交互,不可被依赖,也不依赖任何业务模块
0.1.0 图片直连相关
0.1.1 config预览
0.2.0 动态cdn相关
0.2.9 移动sdk一键登录相关
0.3.0 一键登录引入的开关失效问题
0.3.1 修改tableview视图显示问题
DESC
s.homepage = 'http://git.yoho.cn/ios/YH_DebugModule'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'willice9527' => 'jinlin.liu@yoho.cn' }
s.source = { :git => 'http://git.yoho.cn/ios/YH_DebugModule.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'YH_DebugModule/Classes/**/*'
# s.resource_bundles = {
# 'YH_DebugModule' => ['YH_DebugModule/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'UIKit', 'Foundation'
s.dependency 'YH_Router'
s.dependency 'YH_UIKit'
s.dependency 'YH_FoundationKit'
end
... ...