提交 1161b189 作者: 刘必红

version

上级 b14f4ad0
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'BPNetworking' s.name = 'BPNetworking'
s.version = '0.1.0' s.version = '0.2.0'
s.summary = 'A short description of BPNetworking.' s.summary = 'BPNetworking demo'
# 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?
...@@ -21,11 +21,11 @@ Pod::Spec.new do |s| ...@@ -21,11 +21,11 @@ Pod::Spec.new do |s|
TODO: Add long description of the pod here. TODO: Add long description of the pod here.
DESC 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.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 = { 'lbh_acmen' => '80119610@qq.com' } 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.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '8.0' s.ios.deployment_target = '8.0'
......
...@@ -2,6 +2,8 @@ use_frameworks! ...@@ -2,6 +2,8 @@ use_frameworks!
platform :ios, '8.0' platform :ios, '8.0'
source 'https://github.com/CocoaPods/Specs.git'
target 'BPNetworking_Example' do target 'BPNetworking_Example' do
pod 'BPNetworking', :path => '../' pod 'BPNetworking', :path => '../'
# pod 'AFNetworking' # pod 'AFNetworking'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论