[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / d / 6 / 1 / RHRequestNetWork / 1.0.2 / RHRequestNetWork.podspec.json
blob8e0813a8a3c0618ba15823c65bb51f620908887d
2   "name": "RHRequestNetWork",
3   "version": "1.0.2",
4   "summary": "一个基于AFNetworking和YYCache的网络库",
5   "homepage": "https://github.com/MrRHorse/RHRequestNetWork",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "MrRHorse": "zshnr1993@@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/MrRHorse/RHRequestNetWork.git",
18     "tag": "1.0.2"
19   },
20   "source_files": "RHNetworking/**/*.{h,m}",
21   "frameworks": [
22     "UIKit",
23     "QuartzCore"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "YYCache": [
29     ],
30     "AFNetworking": [
31       "~> 3.0"
32     ],
33     "YYModel": [
35     ],
36     "YYCategories": [
38     ]
39   }