| { |
| "name": "NSManagedObject-ANDYMapChanges", |
| "version": "0.5", |
| "summary": "Maps inserts, updates and deletions from your JSON response", |
| "description": "Maps inserts, updates and deletions from your JSON response.\n\nReturns every insert and update in a block, handles deletions and uniquing internally.\n", |
| "homepage": "https://github.com/nselvis/NSManagedObject-ANDYMapChanges", |
| "license": "MIT", |
| "authors": { |
| "Elvis Nuñez": "elvisnunez@me.com" |
| }, |
| "source": { |
| "git": "https://github.com/nselvis/NSManagedObject-ANDYMapChanges.git", |
| "tag": "0.5" |
| }, |
| "social_media_url": "https://twitter.com/nselvis", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Source/**/*", |
| "frameworks": [ |
| "Foundation", |
| "CoreData" |
| ] |
| } |