blob: 6910a8838777062a4c5d26d15fa2d28e6a59d4c3 [file] [log] [blame]
{
"name": "JSONMagic",
"version": "0.7.5",
"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.7.5"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/JSONMagic.swift"
}