blob: afd6119a8b94849719dc2f88bb425a019c1bb187 [file] [log] [blame]
{
"name": "HWWebclient",
"version": "1.0.4",
"platforms": {
"ios": "10.0"
},
"summary": "REST client",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrey Ostroverkhiy": "a.ostroverkhiy@mobidev.biz"
},
"swift_version": "5.0",
"source_files": "HWWebclient/Sources",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.8.1"
],
"SwiftyJSON": [
"~> 4.2.0"
]
},
"description": "Reliable and convenient REST client, decidet for maximum economy with services descrription",
"homepage": "https://github.com/annexant-zz/HWWebclient",
"source": {
"git": "https://github.com/annexant-zz/HWWebclient.git",
"tag": "1.0.4"
}
}