blob: 944e694a399faf18b915c57b665437abfda6b698 [file] [log] [blame]
{
"name": "JSONMagic",
"version": "0.3",
"authors": {
"David Keegan": "me@davidkeegan.com"
},
"homepage": "https://github.com/kgn/JSONMagic",
"summary": "JSONMagic makes it easy to traverse and parse json in Swift.",
"source": {
"git": "https://github.com/kgn/JSONMagic.git",
"tag": "v0.3"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/JSONMagic.swift"
}