YHPhotoKit.podspec 1.14 KB
#
#  Be sure to run `pod spec lint YHPhotoKit.podspec' to ensure this is a
#  valid spec and to remove all comments including this before submitting the spec.
#
#  To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
#  To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#

Pod::Spec.new do |s|
  s.name             = 'YHPhotoKit'
  s.version          = '1.0.0'
  s.summary          = 'YHPhotoKit'

  s.description      = <<-DESC
    基于PhotoKit的简单封装&&图片选择
                       DESC

  s.homepage         = 'http://git.yoho.cn/ios/YHPhotoKit.git'
  s.license          = { :type => 'MIT', :file => 'LICENSE' }
  s.author           = { "郁健超" => "alex.yu@yoho.cn" }
  s.source           = { :git => 'http://git.yoho.cn/ios/YHPhotoKit.git', :tag => s.version.to_s }

  s.ios.deployment_target = '8.0'

  s.source_files = 'YHPhotoKit/Classes/*'
  s.resource_bundles = {
     'YHPhotoKit' => ['YHPhotoKit/Assets/YHPhotoKit.bundle/**/*']
  }

  # s.public_header_files = 'Pod/Classes/**/*.h'
  s.frameworks = 'UIKit', 'Foundation'
  s.dependency 'YH_ProgressHud', '~> 0.1.0'
end