| { | |
| "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 | |
| } |