[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 2 / 9 / RMRequest / 1.0.2 / RMRequest.podspec.json
blob0cd815c6df2f6aa0ead15684ef8b6401b565b91e
2   "name": "RMRequest",
3   "version": "1.0.2",
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.2"
21   },
22   "source_files": "RMRequest/RMRequestProtocol/*.{h,m}",
23   "dependencies": {
24     "AFNetworking": [
26     ]
27   }