blob: e2ceb5caa7ab5aea98da88befa73aa2a4ea75687 [file] [log] [blame]
{
"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"
}