[Update] YHPhotoKit (0.0.6)
Showing
1 changed file
with
31 additions
and
0 deletions
YHPhotoKit/0.0.6/YHPhotoKit.podspec
0 → 100644
1 | +# | ||
2 | +# Be sure to run `pod spec lint YHPhotoKit.podspec' to ensure this is a | ||
3 | +# valid spec and to remove all comments including this before submitting the spec. | ||
4 | +# | ||
5 | +# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html | ||
6 | +# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/ | ||
7 | +# | ||
8 | + | ||
9 | +Pod::Spec.new do |s| | ||
10 | + s.name = 'YHPhotoKit' | ||
11 | + s.version = '0.0.6' | ||
12 | + s.summary = 'YHPhotoKit' | ||
13 | + | ||
14 | + s.description = <<-DESC | ||
15 | + 基于PhotoKit的简单封装&&图片选择 | ||
16 | + DESC | ||
17 | + | ||
18 | + s.homepage = 'http://git.yoho.cn/ios/YHPhotoKit.git' | ||
19 | + s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
20 | + s.author = { "郁健超" => "alex.yu@yoho.cn" } | ||
21 | + s.source = { :git => 'http://git.yoho.cn/ios/YHPhotoKit.git', :tag => s.version.to_s } | ||
22 | + | ||
23 | + s.ios.deployment_target = '8.0' | ||
24 | + | ||
25 | + s.source_files = 'YHPhotoKit/Classes/*' | ||
26 | + s.resources = "YHPhotoKit/Assets/*.{png,bundle}" | ||
27 | + | ||
28 | + # s.public_header_files = 'Pod/Classes/**/*.h' | ||
29 | + s.frameworks = 'UIKit', 'Foundation' | ||
30 | + s.dependency 'YH_ProgressHud', '~> 0.1.0' | ||
31 | +end |
-
Please register or login to post a comment