blob: f759bd6680d8e2a4dd093c2952075242d210a53c [file] [log] [blame]
{
"name": "Decodable",
"version": "0.5.1",
"summary": "Swift JSON parsing done (more) right",
"description": "Simple yet powerful object mapping made possible by Swift 2's 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.5.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Sources/*.{swift,h}",
"pushed_with_swift_version": "3.0"
}