blob: f057bf166e1b9cab9686935ac5b919b9736172a9 [file] [log] [blame]
{
"name": "AlamofireMappable",
"version": "1.0.0",
"summary": "Alamofire + ObjectMapper.",
"description": "Helper for parse Alamofire response to ObjectMapper object",
"homepage": "https://github.com/quocnb/AlamofireMappable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"quocnb": "quocnb.vnu@gmail.com"
},
"source": {
"git": "https://github.com/quocnb/AlamofireMappable.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "AlamofireMappable/Classes/**/*",
"dependencies": {
"Alamofire": [
],
"ObjectMapper": [
]
}
}