blob: cfa0f7ae6deac8fec749b5ba6cb3487ed120f7e8 [file] [log] [blame]
{
"name": "Jsonablest",
"version": "1.0.0",
"license": "MIT",
"summary": "JSON encoding/decoding library for Swift",
"homepage": "https://github.com/jeden/jsonablest",
"authors": {
"Antonio Bello": "jeden@elapsus.com"
},
"social_media_url": "http://twitter.com/ant_bello",
"source": {
"git": "https://github.com/jeden/jsonablest.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "source/**/*.swift"
}