[Add] PlanktonGameServicesSDK 5.2.1
[CocoaPods.git] / Specs / e / c / 6 / XTReq / 4.0.7 / XTReq.podspec.json
blobce72121d44b30711afc58e6e02d55fd6ea67a7fd
2   "name": "XTReq",
3   "version": "4.0.7",
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": "akateason@qq.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/Akateason/XTReq.git",
19     "tag": "4.0.7"
20   },
21   "source_files": [
22     "XTReq/XTReq",
23     "XTReq/XTReq/Downloader",
24     "XTReq/XTReq/Uploader",
25     "XTReq/XTReq/Cache"
26   ],
27   "public_header_files": [
28     "XTReq/XTReq/*.h",
29     "XTReq/XTReq/Downloader/*.h",
30     "XTReq/XTReq/Uploader/*.h",
31     "XTReq/XTReq/Cache/*.h"
32   ],
33   "frameworks": "CoreServices",
34   "dependencies": {
35     "AFNetworking": [
36       "4.0.0"
37     ],
38     "XTFMDB": [
39       "> 2.0.0"
40     ],
41     "YYModel": [
43     ],
44     "SVProgressHUD": [
46     ],
47     "ReactiveObjC": [
49     ]
50   }