blob: f512c46d5ae6e3a9cd0c149f912bca433dc4c8a9 [file] [log] [blame]
{
"name": "RMNetManager",
"version": "0.0.3",
"summary": "A simple wrapper Alamofire for HTTP/HTTPs post and get.",
"description": "RMNetManager is a simple wrapper of Alamofire only with POST and GET.",
"homepage": "https://github.com/RMKitty/RMNetManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"R_M_": "RMKitty@163.com"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/RMKitty/RMNetManager.git",
"tag": "0.0.3"
},
"source_files": "RMNetManager/*.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.7.3"
]
}
}