blob: 7817f6aa6eb529b908a4ca146c3443925992172b [file] [log] [blame]
{
"name": "Jessie",
"version": "0.9.1",
"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": "0.9.1"
},
"module_name": "Jessie",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Sources"
}