[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 2 / 9 / RMRequest / 1.0.5 / RMRequest.podspec.json
blob061ffd8388ef31b6afc36cde6cbfe5fbac200ebe
2   "name": "RMRequest",
3   "version": "1.0.5",
4   "summary": "运用链式思想对网络请求进行封装",
5   "description": "Simple net request",
6   "homepage": "https://gitlab.com/RMKit/rmrequest",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "RainGu": "2013752455@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://gitlab.com/RMKit/rmrequest.git",
20     "tag": "1.0.5"
21   },
22   "source_files": "RMRequest/RMRequestProtocol/*.h",
23   "dependencies": {
24     "AFNetworking": [
26     ]
27   }