blob: 46831cba50cd1a11c9f8cbc3350f78a1d8271a68 [file] [log] [blame]
{
"name": "Jessie",
"version": "1.1.0",
"summary": "A simple JSON parsing library designed for swift. It is type safe and simple to use.",
"description": "A simple JSON parsing library designed for swift. Inspired by the simplicity of SwiftyJSON but with type safe methods.",
"homepage": "https://github.com/StartAppsPe/Jessie",
"license": "MIT",
"authors": {
"Gabriel Lanata": "gabriellanata@gmail.com"
},
"source": {
"git": "https://github.com/StartAppsPe/Jessie.git",
"tag": "1.1.0"
},
"module_name": "Jessie",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Sources"
}