[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / 2 / a / RHHttpKit / 1.0.5 / RHHttpKit.podspec.json
blobcd55dfd18856bf64368912b9f58a73068a423e71
2   "name": "RHHttpKit",
3   "version": "1.0.5",
4   "summary": "A Http Kit based on AFNetworking.",
5   "homepage": "https://github.com/zhu410289616/RHHttpKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "zhu410289616": "zhu410289616@163.com"
12   },
13   "source": {
14     "git": "https://github.com/zhu410289616/RHHttpKit.git",
15     "tag": "1.0.5"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": "RHHttpKit/*.{h,m}",
21   "requires_arc": true,
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "dependencies": {
27     "libextobjc/EXTScope": [
28       "~> 0.4.1"
29     ],
30     "RHCategoryKit": [
31       "~> 1.0.2"
32     ],
33     "AFNetworking": [
34       "~> 2.5.4"
35     ],
36     "EGOCache": [
37       "~> 2.1.3"
38     ]
39   }