[Update] YH_AntiCrash (0.1.3)
Showing
1 changed file
with
38 additions
and
0 deletions
YH_AntiCrash/0.1.3/YH_AntiCrash.podspec
0 → 100644
1 | +# | ||
2 | +# Be sure to run `pod lib lint YH_AntiCrash.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_AntiCrash' | ||
11 | + s.version = '0.1.3' | ||
12 | + s.summary = '常用类的运行时保护' | ||
13 | + | ||
14 | +# This description is used to generate tags and improve search results. | ||
15 | +# * Think: What does it do? Why did you write it? What is the focus? | ||
16 | +# * Try to keep it short, snappy and to the point. | ||
17 | +# * Write the description between the DESC delimiters below. | ||
18 | +# * Finally, don't worry about the indent, CocoaPods strips it! | ||
19 | + | ||
20 | + s.description = <<-DESC | ||
21 | + 'anti crash for system classes,欢迎随时添加,暂时添加的类有' | ||
22 | + 'String' | ||
23 | + 'Array' | ||
24 | + 'Dictionary' | ||
25 | + DESC | ||
26 | + | ||
27 | + s.homepage = 'http://git.yoho.cn/jinlin.liu/YH_AntiCrash.git' | ||
28 | + s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
29 | + s.author = { 'jinlin.liu' => 'jinlin.liu@yoho.cn' } | ||
30 | + s.source = { :git => 'http://git.yoho.cn/jinlin.liu/YH_AntiCrash.git', :tag => s.version.to_s } | ||
31 | + | ||
32 | + s.ios.deployment_target = '8.0' | ||
33 | + | ||
34 | + s.source_files = 'YH_AntiCrash/Classes/**/*' | ||
35 | + | ||
36 | + s.frameworks = 'Foundation' | ||
37 | + # s.dependency 'AFNetworking', '~> 2.3' | ||
38 | +end |
-
Please register or login to post a comment