Authored by 刘金林

[Update] YH_IPService (0.1.2)

  1 +#
  2 +# Be sure to run `pod lib lint YH_IPService.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_IPService'
  11 + s.version = '0.1.2'
  12 + s.summary = 'IP Service.'
  13 +
  14 + s.description = <<-DESC
  15 + ip相关服务,暂时只有测速
  16 + DESC
  17 +
  18 + s.homepage = 'http://git.yoho.cn/ios/YH_IPService'
  19 + # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
  20 + s.license = { :type => 'MIT', :file => 'LICENSE' }
  21 + s.author = { 'willice9527' => 'jinlin.liu@yoho.cn' }
  22 + s.source = { :git => 'http://git.yoho.cn/ios/YH_IPService.git', :tag => s.version.to_s }
  23 + # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
  24 +
  25 + s.ios.deployment_target = '8.0'
  26 +
  27 + s.source_files = 'YH_IPService/Classes/**/*'
  28 +
  29 + # s.resource_bundles = {
  30 + # 'YH_IPService' => ['YH_IPService/Assets/*.png']
  31 + # }
  32 +
  33 + # s.public_header_files = 'Pod/Classes/**/*.h'
  34 + s.frameworks = 'Foundation'
  35 + s.dependency 'YH_FoundationKit', '~> 0.1.5'
  36 +end