blob: 990d7b4c5d4c99f4315919691bbce9956ddf9347 [file] [log] [blame]
{
"name": "RWPCoreData",
"version": "0.8.1",
"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/powellelogram",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/rpowelll/RWPCoreData.git",
"tag": "0.8.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": "CoreData",
"requires_arc": true
}