[Add] CZarSDK 1.1.12-test01
[CocoaPods.git] / Specs / 9 / b / 5 / AFQiniuClient / 0.0.1 / AFQiniuClient.podspec.json
blob15d76cdc61ab57857cd9107de17d507c853475e1
2   "name": "AFQiniuClient",
3   "version": "0.0.1",
4   "summary": "AFNetworking Extension for Qiniu(七牛)",
5   "homepage": "https://github.com/aelam/AFNetworking-Qiniu",
6   "license": "Apache License, Version 2.0",
7   "authors": "Ryan Wang => ryanwang@me.com",
8   "source": {
9     "git": "https://github.com/aelam/AFNetworking-Qiniu.git",
10     "tag": "0.0.1"
11   },
12   "platforms": {
13     "ios": "5.0",
14     "osx": "10.7"
15   },
16   "source_files": "AFQiniuClient/**/*.{h,m}",
17   "requires_arc": true,
18   "dependencies": {
19     "AFNetworking": [
20       "~>1.3"
21     ],
22     "MagicKit": [
23       "~>0.0.1"
24     ],
25     "JSONKit": [
27     ]
28   },
29   "prefix_header_contents": "#ifdef __OBJC__\n  #import <Security/Security.h>\n  #if __IPHONE_OS_VERSION_MIN_REQUIRED\n    #import <SystemConfiguration/SystemConfiguration.h>\n    #import <MobileCoreServices/MobileCoreServices.h>\n  #else\n    #import <SystemConfiguration/SystemConfiguration.h>\n    #import <CoreServices/CoreServices.h>\n  #endif\n#endif /* __OBJC__*/\n"