[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / a / b / GYHttpManager / 0.1.5 / GYHttpManager.podspec.json
blobe20525d262d39a7ae3ea48a67d4f655c99450ef7
2   "name": "GYHttpManager",
3   "version": "0.1.5",
4   "summary": "使用链式语法实现对AFNetworking的二次封装",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/inoryshu/GYHttpManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "inoryshu": "inoryxun@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/inoryshu/GYHttpManager.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "dependencies": {
22     "AFNetworking": [
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "Cache",
29       "source_files": "GYHttpManager/Classes/Cache/**/*"
30     },
31     {
32       "name": "Http",
33       "source_files": "GYHttpManager/Classes/Http/**/*"
34     }
35   ]