[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / c / 6 / XTReq / 3.1.7 / XTReq.podspec.json
bloba0ae516c00c40138138136daf5cbddfa53ba4a5e
2   "name": "XTReq",
3   "version": "3.1.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": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Akateason/XTReq.git",
19     "tag": "3.1.7"
20   },
21   "source_files": [
22     "XTReq/XTReq",
23     "XTReq/XTReq/Downloader",
24     "XTReq/XTReq/Cache"
25   ],
26   "public_header_files": [
27     "XTReq/XTReq/*.h",
28     "XTReq/XTReq/Downloader/*.h",
29     "XTReq/XTReq/Cache/*.h"
30   ],
31   "dependencies": {
32     "AFNetworking": [
34     ],
35     "XTFMDB": [
36       "> 2.0.0"
37     ],
38     "YYModel": [
40     ],
41     "SVProgressHUD": [
43     ],
44     "ReactiveObjC": [
46     ]
47   }