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