Authored by 刘金林

[Update] YH_UIKit (0.1.9)

#
# Be sure to run `pod lib lint YH_UIKit.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_UIKit'
s.version = '0.1.9'
s.summary = 'UIKit extension'
s.description = <<-DESC
提供大量的自定义方法,快捷创建及使用的方法,减轻重复代码的编写
DESC
s.homepage = 'http://git.yoho.cn/ios/YH_UIKit'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'willice9527' => 'jinlin.liu@yoho.cn' }
s.source = { :git => 'http://git.yoho.cn/ios/YH_UIKit.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'YH_UIKit/Classes/**/*'
# s.resource_bundles = {
# 'YH_UIKit' => ['YH_UIKit/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'UIKit', 'Foundation'
s.dependency 'YH_FoundationKit', '~> 0.1.7'
end
... ...