[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / 2 / a / CNApiManager / 1.0.9 / CNApiManager.podspec.json
blobee9837f4ac7f8e289654edc1f2f072b218b5a6a8
2   "name": "CNApiManager",
3   "version": "1.0.9",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/congni/CNApiManager-OC.git",
9   "authors": {
10     "葱泥": "983818495@qq.com"
11   },
12   "summary": "OC基本网络层封装",
13   "description": "A longer description of U in Markdown format.\n\n* IOS开发基本网络库\n* pod使用方法: pod \"CNApiManager\"\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/congni/CNApiManager-OC.git",
19     "tag": "1.0.9"
20   },
21   "requires_arc": true,
22   "source_files": "CNApiManagerOC/*.{h,m}",
23   "public_header_files": "CNApiManagerOC/*.{h}",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.6.3"
27     ]
28   }