blob: 762e8f942bca9e9f2270d4d41180e131476ed10b [file] [log] [blame]
{
"name": "RMCoreDataStack",
"version": "0.1.2",
"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://www.robmaceachern.com",
"license": "MIT",
"authors": {
"Rob MacEachern": "rob@robmaceachern.com"
},
"source": {
"git": "https://github.com/robmaceachern/RMCoreDataStack.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/robmaceachern",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": "CoreData"
}