|
|
#
|
|
|
# Be sure to run `pod lib lint YH_FoundationKit.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_FoundationKit'
|
|
|
s.version = '0.1.8'
|
|
|
s.summary = 'YH_FoundationKit.'
|
|
|
|
|
|
s.description = <<-DESC
|
|
|
用于收拢当前项目中分散的foundation相关方法,
|
|
|
并额外提供各种功能增强及便利性提升
|
|
|
DESC
|
|
|
|
|
|
s.homepage = 'http://git.yoho.cn/ios/YH_FoundationKit'
|
|
|
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
|
|
s.author = { 'willice9527' => 'jinlin.liu@yoho.cn' }
|
|
|
s.source = { :git => 'http://git.yoho.cn/ios/YH_FoundationKit.git', :tag => s.version.to_s }
|
|
|
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
|
|
|
|
|
|
s.ios.deployment_target = '8.0'
|
|
|
|
|
|
s.source_files = 'YH_FoundationKit/Classes/**/*'
|
|
|
|
|
|
# s.resource_bundles = {
|
|
|
# 'YH_FoundationKit' => ['YH_FoundationKit/Assets/*.png']
|
|
|
# }
|
|
|
|
|
|
# s.public_header_files = 'Pod/Classes/**/*.h'
|
|
|
s.frameworks = 'Foundation'
|
|
|
# s.dependency 'AFNetworking', '~> 2.3'
|
|
|
end |
...
|
...
|
|