[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 2 / 9 / RMRequest / 1.11 / RMRequest.podspec.json
blob51a76ce68a9eb290dae3f69410fa0d8fc0d03d73
2   "name": "RMRequest",
3   "version": "1.11",
4   "summary": "链式思想对网络请求的二次封装",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitlab.com/RMKit/rmrequest.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rain": "2013752455@qq.com"
13   },
14   "source": {
15     "git": "https://gitlab.com/RMKit/rmrequest.git",
16     "tag": "1.11"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "RMRequest/Classes/**/*.h",
22   "public_header_files": "Pod/Classes/**/*.h",
23   "dependencies": {
24     "AFNetworking": [
26     ]
27   }