blob: cea5296c28e2b99a4c5a95c88cff80ccd3a002e5 [file] [log] [blame]
{
"name": "JSONMarshaller",
"version": "0.2.0",
"summary": "Marshalling JSON to NSManagedObject and vice versa.",
"description": " A simple way to parse JSON to NSManagedObject and observe changes.\n",
"homepage": "http://nerdgeschoss.de",
"license": "MIT",
"authors": {
"Jens Ravens": "jens@nerdgeschoss.de"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/nerdgeschoss/JSONMarshaller.git",
"tag": "v0.2.0"
},
"source_files": "Lib",
"requires_arc": true
}