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