blob: 039c6291adac443dd787568fdbec595a4b31366c [file] [log] [blame]
{
"name": "Decodable",
"version": "0.3.2",
"summary": "Swift 2 JSON parsing done (more) right",
"description": "Simple yet powerful object mapping made possible by Swift 2's new error handling. Greatly inspired by Argo, but without any functional programming and bizillion operators.",
"homepage": "https://github.com/Anviking/Decodable",
"license": "MIT",
"authors": {
"Johannes Lund": "anviking@me.com"
},
"source": {
"git": "https://github.com/Anviking/Decodable.git",
"tag": "v0.3.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Decodable/*"
}