1
Showing
Example/Podfile.lock
0 → 100644
Example/Pods/Manifest.lock
0 → 100644
This diff is collapsed.
... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
Pod::Spec.new do |s| | Pod::Spec.new do |s| | ||
s.name = 'SNCategoryKit' | s.name = 'SNCategoryKit' | ||
s.version = '0.1.0' | s.version = '0.1.0' | ||
s.summary = 'A short description of SNCategoryKit.' | s.summary = '分类' | ||
# This description is used to generate tags and improve search results. | # 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? | # * Think: What does it do? Why did you write it? What is the focus? | ||
... | @@ -18,14 +18,13 @@ Pod::Spec.new do |s| | ... | @@ -18,14 +18,13 @@ Pod::Spec.new do |s| |
# * Finally, don't worry about the indent, CocoaPods strips it! | # * Finally, don't worry about the indent, CocoaPods strips it! | ||
s.description = <<-DESC | s.description = <<-DESC | ||
TODO: Add long description of the pod here. | 路网的分类 | ||
DESC | DESC | ||
s.homepage = 'https://github.com/705442809@qq.com/SNCategoryKit' | s.homepage = 'http://code.dev.soooner.com:18000/shengjinlong/SNCategoryKit' | ||
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' | |||
s.license = { :type => 'MIT', :file => 'LICENSE' } | s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { '705442809@qq.com' => '705442809@qq.com' } | s.author = { '705442809@qq.com' => '705442809@qq.com' } | ||
s.source = { :git => 'https://github.com/705442809@qq.com/SNCategoryKit.git', :tag => s.version.to_s } | s.source = { :git => 'http://code.dev.soooner.com:18000/shengjinlong/SNCategoryKit.git', :tag => s.version.to_s } | ||
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | ||
s.ios.deployment_target = '8.0' | s.ios.deployment_target = '8.0' | ||
... | ... |
This diff is collapsed.
Please
register
or
sign in
to comment