blob: a314312faf87024d5959635f5907441ee718bedf [file] [log] [blame]
{
"name": "JSONObjectMapper",
"version": "0.1.0",
"summary": "A fast JSON -> Core Data mapper",
"description": "JSONObjectMapper allows you to automatically map JSON data to Core Data \nentities in your Objective-C code by simply defining a single method that\nreturns a mapping configuration in your entity class. See the README for\nmore details and some examples.",
"homepage": "https://github.com/sryze/JSONObjectMapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergey Zolotarev": "sryze01@gmail.com"
},
"source": {
"git": "https://github.com/sryze/JSONObjectMapper.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JSONObjectMapper/Classes/**/*"
}