version
正在显示
... | ... | @@ -8,8 +8,8 @@ |
Pod::Spec.new do |s| | ||
s.name = 'BPNetworking' | ||
s.version = '0.1.0' | ||
s.summary = 'A short description of BPNetworking.' | ||
s.version = '0.2.0' | ||
s.summary = 'BPNetworking demo' | ||
# 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? | ||
... | ... | @@ -21,11 +21,11 @@ Pod::Spec.new do |s| |
TODO: Add long description of the pod here. | ||
DESC | ||
s.homepage = 'https://github.com/lbh_acmen/BPNetworking' | ||
s.homepage = 'http://gitlab.qhebusbar.com:880/lbh/BPNetworking.git' | ||
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'lbh_acmen' => '80119610@qq.com' } | ||
s.source = { :git => 'https://github.com/lbh_acmen/BPNetworking.git', :tag => s.version.to_s } | ||
s.source = { :git => 'http://gitlab.qhebusbar.com:880/lbh/BPNetworking.git', :tag => s.version.to_s } | ||
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | ||
s.ios.deployment_target = '8.0' | ||
... | ... |
请
注册
或者
登录
后发表评论