|
|
#
|
|
|
# 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.1'
|
|
|
s.summary = '基于PhotoKit的简单封装&&图片选择'
|
|
|
|
|
|
s.description = <<-DESC
|
|
|
基于列表的业务组件,以单section的形式进行业务模块独立
|
|
|
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/*.png']
|
|
|
# }
|
|
|
|
|
|
# s.public_header_files = 'Pod/Classes/**/*.h'
|
|
|
s.frameworks = 'UIKit', 'Foundation'
|
|
|
|
|
|
end |