[Update] YH_UIKit (0.1.5)
Showing
1 changed file
with
34 additions
and
0 deletions
YH_UIKit/0.1.5/YH_UIKit.podspec
0 → 100644
1 | +# | ||
2 | +# Be sure to run `pod lib lint YH_UIKit.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_UIKit' | ||
11 | + s.version = '0.1.5' | ||
12 | + s.summary = 'UIKit extension' | ||
13 | + | ||
14 | + s.description = <<-DESC | ||
15 | + 提供大量的自定义方法,快捷创建及使用的方法,减轻重复代码的编写 | ||
16 | + DESC | ||
17 | + | ||
18 | + s.homepage = 'http://git.yoho.cn/ios/YH_UIKit' | ||
19 | + s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
20 | + s.author = { 'willice9527' => 'jinlin.liu@yoho.cn' } | ||
21 | + s.source = { :git => 'http://git.yoho.cn/ios/YH_UIKit.git', :tag => s.version.to_s } | ||
22 | + | ||
23 | + s.ios.deployment_target = '8.0' | ||
24 | + | ||
25 | + s.source_files = 'YH_UIKit/Classes/**/*' | ||
26 | + | ||
27 | + # s.resource_bundles = { | ||
28 | + # 'YH_UIKit' => ['YH_UIKit/Assets/*.png'] | ||
29 | + # } | ||
30 | + | ||
31 | + # s.public_header_files = 'Pod/Classes/**/*.h' | ||
32 | + s.frameworks = 'UIKit', 'Foundation' | ||
33 | + s.dependency 'YH_FoundationKit', '~> 0.1.7' | ||
34 | +end |
-
Please register or login to post a comment