Authored by 刘金林

[Update] YH_AntiCrash (0.1.3)

#
# Be sure to run `pod lib lint YH_AntiCrash.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'YH_AntiCrash'
s.version = '0.1.3'
s.summary = '常用类的运行时保护'
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
'anti crash for system classes,欢迎随时添加,暂时添加的类有'
'String'
'Array'
'Dictionary'
DESC
s.homepage = 'http://git.yoho.cn/jinlin.liu/YH_AntiCrash.git'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'jinlin.liu' => 'jinlin.liu@yoho.cn' }
s.source = { :git => 'http://git.yoho.cn/jinlin.liu/YH_AntiCrash.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'YH_AntiCrash/Classes/**/*'
s.frameworks = 'Foundation'
# s.dependency 'AFNetworking', '~> 2.3'
end
... ...