| { |
| "name": "KEYShadow", |
| "version": "0.1.2", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "homepage": "https://github.com/olistaats/KEYShadow", |
| "authors": { |
| "olistaats": "olambo@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/olistaats/KEYShadow.git", |
| "tag": "0.1.2" |
| }, |
| "requires_arc": true, |
| "summary": "Core Data inspired by SQL / LINQ. Type-safe, simple, readable, refactorable queries", |
| "description": "Core Data inspired by SQL / LINQ. Type-safe, simple, compact, readable, refactorable queries. Requires nothing more than Managed Object subclasses.", |
| "public_header_files": "KEYShadow/*.h", |
| "source_files": "KEYShadow/*.{m,h}" |
| } |