Latest | 0.0.1 |
---|---|
Homepage | https://github.com/aelam/AFNetworking-Qiniu |
License | Apache License, Version 2.0 |
Platforms | ios 5.0, osx 10.7, requires ARC |
Dependencies | AFNetworking, MagicKit, JSONKit |
AFNetworking-Qiniu
AFNetworking-Qiniu
AFNetworking 1.x with Qiniu Cloud Service (七牛)
Usage
使用Pod
pod 'AFQiniuClient', '~> 0.0.1'
如果JSONKit有问题 请在自己的target下改成这样
pod 'JSONKit', :podspec => 'https://raw.github.com/jstart/Specs/8e68f73dae8a378bc16e9b3891b7df6f5f4357d9/JSONKit/1.6/JSONKit.podspec'
自行编译AFQiniuClient
* 下载JSONKit, Magickit
* 引用它们
* 编译
Latest podspec
{ "name": "AFQiniuClient", "version": "0.0.1", "summary": "AFNetworking Extension for Qiniu(u4e03u725b)", "homepage": "https://github.com/aelam/AFNetworking-Qiniu", "license": "Apache License, Version 2.0", "authors": "Ryan Wang => [email protected]", "source": { "git": "https://github.com/aelam/AFNetworking-Qiniu.git", "tag": "0.0.1" }, "platforms": { "ios": "5.0", "osx": "10.7" }, "source_files": "AFQiniuClient/**/*.{h,m}", "requires_arc": true, "dependencies": { "AFNetworking": [ "~>1.3" ], "MagicKit": [ "~>0.0.1" ], "JSONKit": [] }, "prefix_header_contents": "#ifdef __OBJC__n #importn #if __IPHONE_OS_VERSION_MIN_REQUIREDn #import n #import n #elsen #import n #import n #endifn#endif /* __OBJC__*/n" }
Sat, 05 Mar 2016 09:36:03 +0000