| { |
| "name": "CoreDataMate", |
| "version": "0.1.1", |
| "summary": "CoreDataMate is a lightweight CoreData assistant.", |
| "description": " CoreDataMate is a lightweight CoreData assistant. It gives you all of the control of CoreData, but helps you manage it.\n", |
| "homepage": "https://github.com/groomsy/coredatamate", |
| "license": "MIT", |
| "authors": { |
| "Todd Grooms": "todd.grooms@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/groomsy/coredatamate.git", |
| "tag": "0.1.1" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "osx": "10.9", |
| "ios": "7.0" |
| }, |
| "source_files": "Classes/", |
| "public_header_files": "Classes/**/*.h" |
| } |