[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 6 / 9 / 4 / RequestServer / 0.1.0 / RequestServer.podspec.json
blob4e58d9ea39a95ee0aa920e66e7bab893cc5eb48d
2   "name": "RequestServer",
3   "version": "0.1.0",
4   "summary": "基于AF简单的二次封装",
5   "description": "POST请求/请求数据缓存/取消请求",
6   "homepage": "https://github.com/guwenlei/HttpRequestServer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "guwenlei": "1028147626@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/guwenlei/HttpRequestServer.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HttpRequestServer/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
25     ],
26     "YYCache": [
28     ]
29   }