|
|
#
|
|
|
# Be sure to run `pod lib lint YH_IPService.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_IPService'
|
|
|
s.version = '0.1.2'
|
|
|
s.summary = 'IP Service.'
|
|
|
|
|
|
s.description = <<-DESC
|
|
|
ip相关服务,暂时只有测速
|
|
|
DESC
|
|
|
|
|
|
s.homepage = 'http://git.yoho.cn/ios/YH_IPService'
|
|
|
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
|
|
|
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
|
|
s.author = { 'willice9527' => 'jinlin.liu@yoho.cn' }
|
|
|
s.source = { :git => 'http://git.yoho.cn/ios/YH_IPService.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_IPService/Classes/**/*'
|
|
|
|
|
|
# s.resource_bundles = {
|
|
|
# 'YH_IPService' => ['YH_IPService/Assets/*.png']
|
|
|
# }
|
|
|
|
|
|
# s.public_header_files = 'Pod/Classes/**/*.h'
|
|
|
s.frameworks = 'Foundation'
|
|
|
s.dependency 'YH_FoundationKit', '~> 0.1.5'
|
|
|
end |
...
|
...
|
|