想要支持IPv6和AF3.0 ,podfile怎么写

阅读 2.8k
1 个回答

现在可以了。我试了一下。


cat Podfile
pod "Qiniu", :git => 'https://github.com/qiniu/objc-sdk.git', :branch => 'AFNetworking-3.x'

Pod install
Updating local specs repositories

CocoaPods 1.0.0 is available.
To update use: `gem install cocoapods`
Until we reach version 1.0 the features of CocoaPods can and will change.
We strongly recommend that you use the latest version at all times.

For more information see http://blog.cocoapods.org
and the CHANGELOG for this version http://git.io/BaH8pQ.

Analyzing dependencies
Pre-downloading: `Qiniu` from `https://github.com/qiniu/objc-sdk.git`, branch `AFNetworking-3.x`
Downloading dependencies
Installing AFNetworking 3.1.0 (was 2.6.3)
Using HappyDNS (0.3.5)
Installing Qiniu 7.0.20 (was 7.0.20)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There is 1 dependency from the Podfile and 3 total pods installed.
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题