blob: 51f80c3be6cf833f11354a3324abc24e1dd304a8 [file] [log] [blame]
{
"name": "Decodable",
"version": "0.3.3",
"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": {
"Anviking": "anviking@me.com"
},
"source": {
"git": "https://github.com/Anviking/Decodable.git",
"tag": "v0.3.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Decodable/*.{swift,h}"
}