blob: f3df94678a2464d07d947d67b8c7c2359ac4ff9d [file] [log] [blame]
{
"name": "RMCoreDataStack",
"version": "0.1.5",
"summary": "Hit the ground running with a sane Core Data stack.",
"description": " Hit the ground running with a sane Core Data stack.\n\n * Sensible defaults and easy configuration\n * iCloud sync made easy when you want it\n",
"homepage": "http://robmaceachern.github.io/RMCoreDataStack",
"license": "MIT",
"authors": {
"Rob MacEachern": "rob@robmaceachern.com"
},
"source": {
"git": "https://github.com/robmaceachern/RMCoreDataStack.git",
"tag": "0.1.5"
},
"social_media_url": "https://twitter.com/robmaceachern",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": "CoreData"
}