[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 2 / a / RHHttpKit / 1.0.7 / RHHttpKit.podspec.json
blob3dd09093fddd01dfeac88fc3d07ec5e51a4e9fad
2   "name": "RHHttpKit",
3   "version": "1.0.7",
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.7"
16   },
17   "platforms": {
18     "ios": "7.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     "AFNetworking": [
31       "~> 3.0.4"
32     ],
33     "EGOCache": [
34       "~> 2.1.3"
35     ]
36   }