[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 2 / a / CNApiManager / 1.0.6 / CNApiManager.podspec.json
blobf638517077ab8526087166b6d64fdf15d8407c1c
2   "name": "CNApiManager",
3   "version": "1.0.6",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://git.oschina.net/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://git.oschina.net/congni/CNApiManager-OC.git",
19     "tag": "1.0.6"
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   }