[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / e / c / 6 / XTReq / 2.0.2 / XTReq.podspec.json
blob1c1f311329e0306c605f7418fe50758f1c202ec0
2   "name": "XTReq",
3   "version": "2.0.2",
4   "summary": "基于AFNetworking,代码最少,支持缓存的多种方案",
5   "description": "Based on AFNetworing and sqlite encapsulation, simple APIs and persistent storage requests.",
6   "homepage": "https://github.com/Akateason/XTReq",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "teason": "teason.xie@cootek.cn"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Akateason/XTReq.git",
19     "tag": "2.0.2"
20   },
21   "source_files": "XTReq/XTReq",
22   "public_header_files": "XTReq/XTReq/*.h",
23   "dependencies": {
24     "AFNetworking": [
26     ],
27     "XTFMDB": [
28       "> 2.0.0"
29     ],
30     "YYModel": [
32     ],
33     "SVProgressHUD": [
35     ]
36   }