blob: fbe1c30032ee1d4b8844596cafdc18187f0db252 [file] [log] [blame]
{
"name": "RWPCoreData",
"version": "0.8.0",
"summary": "Boilerplate code for Core Data projects",
"description": " Core Data is a great framework, but there's a lot of boilerplate code\n necessary for even the simplest of projects. RWPCoreData simplifies\n this greatly, allowing you to initialise managed objects with `init`,\n managing a global main context, and enabling you to easily synchronise\n data with remote APIs.\n",
"homepage": "http://github.com/rpowelll/RWPCoreData",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rhys Powell": "rhys@rpowell.me"
},
"social_media_url": "http://twitter.com/LividOcelot",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/rpowelll/RWPCoreData.git",
"tag": "0.8.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": "CoreData",
"requires_arc": true
}