blob: 5d248102e35864ef66052c9e88aecb8984f50ae6 [file] [log] [blame]
{
"name": "Alamofire-Decodable",
"version": "2.0.1",
"summary": "A trivial method added to alamofire to automagically decode responses using Decodable",
"description": "This pod adds the `responseDecodable` method to Alamofire's Request object to return model objects instead of just json.'. This pod basically just removes some boilerplate from your apps.",
"homepage": "https://github.com/deanWombourne/Alamofire-Decodable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sam Dean": "deanWombourne@gmail.com"
},
"source": {
"git": "https://github.com/deanWombourne/Alamofire-Decodable.git",
"tag": "v2.0.1"
},
"social_media_url": "https://twitter.com/deanWombourne",
"platforms": {
"ios": "9.0"
},
"source_files": "Alamofire-Decodable/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"Decodable": [
"~> 0.5.0"
]
},
"pushed_with_swift_version": "3.0"
}