[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 2 / 9 / RMRequest / 1.10 / RMRequest.podspec.json
blob1e0acd20290572f0b5b9b2bde5181b732f68d74d
2   "name": "RMRequest",
3   "version": "1.10",
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.10"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "RMRequest/Classes/**/*",
22   "public_header_files": "Pod/Classes/**/*.h",
23   "dependencies": {
24     "AFNetworking": [
26     ]
27   }