[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / e / c / 6 / XTReq / 3.1.5 / XTReq.podspec.json
blobc6d32ceb4de62cb185817eace9c9bfe31250a46e
2   "name": "XTReq",
3   "version": "3.1.5",
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.5"
20   },
21   "source_files": [
22     "XTReq/XTReq",
23     "XTReq/XTReq/downloader"
24   ],
25   "public_header_files": [
26     "XTReq/XTReq/*.h",
27     "XTReq/XTReq/downloader/*.h"
28   ],
29   "dependencies": {
30     "AFNetworking": [
32     ],
33     "XTFMDB": [
34       "> 2.0.0"
35     ],
36     "YYModel": [
38     ],
39     "SVProgressHUD": [
41     ],
42     "ReactiveObjC": [
44     ]
45   }