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