[Add] YH_ProgressHud (0.1.0)
Showing
1 changed file
with
24 additions
and
0 deletions
YH_ProgressHud/0.1.0/YH_ProgressHud.podspec
0 → 100644
1 | +Pod::Spec.new do |s| | ||
2 | + s.name = 'YH_ProgressHud' | ||
3 | + s.version = '0.1.0' | ||
4 | + s.summary = '有货加载弹框' | ||
5 | + | ||
6 | + s.description = <<-DESC | ||
7 | +TODO: Add long description of the pod here. | ||
8 | + DESC | ||
9 | + | ||
10 | + s.homepage = 'http://git.yoho.cn/ios/YH_ProgressHud.git' | ||
11 | + s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
12 | + s.author = { '孟顺' => 'shun.meng@yoho.cn' } | ||
13 | + s.source = { :git => 'http://git.yoho.cn/ios/YH_ProgressHud.git', :tag => s.version.to_s } | ||
14 | + | ||
15 | + s.ios.deployment_target = '8.0' | ||
16 | + | ||
17 | + s.subspec 'YH_ProgressHud' do |ss| | ||
18 | + ss.source_files = 'YH_ProgressHud/Classes/**/*' | ||
19 | + end | ||
20 | + | ||
21 | + # s.public_header_files = 'Pod/Classes/**/*.h' | ||
22 | + s.frameworks = 'UIKit', 'Foundation', 'CoreGraphics' | ||
23 | + # s.dependency 'AFNetworking', '~> 2.3' | ||
24 | +end |
-
Please register or login to post a comment