0.1.0
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 = 'SNLoginKit_Category' | s.name = 'SNLoginKit_Category' | ||
s.version = '0.1.0' | s.version = '0.1.0' | ||
s.summary = 'A short description of SNLoginKit_Category.' | 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,19 +18,19 @@ Pod::Spec.new do |s| | ... | @@ -18,19 +18,19 @@ 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/SNLoginKit_Category' | s.homepage = 'http://code.dev.soooner.com:18000/shengjinlong/SNLoginKit_Category.git' | ||
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' | # 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/SNLoginKit_Category.git', :tag => s.version.to_s } | s.source = { :git => 'http://code.dev.soooner.com:18000/shengjinlong/SNLoginKit_Category.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' | ||
s.source_files = 'SNLoginKit_Category/Classes/**/*' | s.source_files = 'SNLoginKit_Category/Classes/*' | ||
# s.resource_bundles = { | # s.resource_bundles = { | ||
# 'SNLoginKit_Category' => ['SNLoginKit_Category/Assets/*.png'] | # 'SNLoginKit_Category' => ['SNLoginKit_Category/Assets/*.png'] | ||
... | @@ -38,5 +38,5 @@ TODO: Add long description of the pod here. | ... | @@ -38,5 +38,5 @@ TODO: Add long description of the pod here. |
# s.public_header_files = 'Pod/Classes/**/*.h' | # s.public_header_files = 'Pod/Classes/**/*.h' | ||
# s.frameworks = 'UIKit', 'MapKit' | # s.frameworks = 'UIKit', 'MapKit' | ||
# s.dependency 'AFNetworking', '~> 2.3' | s.dependency 'CTMediator' | ||
end | end |
Please
register
or
sign in
to comment