[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 3 / 2 / RMNetManager / 0.0.3 / RMNetManager.podspec.json
blobf512c46d5ae6e3a9cd0c149f912bca433dc4c8a9
2   "name": "RMNetManager",
3   "version": "0.0.3",
4   "summary": "A simple wrapper Alamofire for HTTP/HTTPs post and get.",
5   "description": "RMNetManager is a simple wrapper of Alamofire only with POST and GET.",
6   "homepage": "https://github.com/RMKitty/RMNetManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "R_M_": "RMKitty@163.com"
13   },
14   "swift_version": "4.2",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/RMKitty/RMNetManager.git",
20     "tag": "0.0.3"
21   },
22   "source_files": "RMNetManager/*.swift",
23   "requires_arc": true,
24   "dependencies": {
25     "Alamofire": [
26       "~> 4.7.3"
27     ]
28   }