blob: 7983700363c73a8197e43777999a5f0bc9c57194 [file] [log] [blame]
{
"name": "KEYShadow",
"version": "0.2.0",
"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.2.0"
},
"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}"
}