[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 8 / 3 / f / HttpRequestServer / 0.1.0 / HttpRequestServer.podspec.json
blobc1d02dfb4120bff61cd8adffc85f0cc9f07b9bca
2   "name": "HttpRequestServer",
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   }