blob: 4b4602f975081cf1f2cf448cca71c357a15039f8 [file] [log] [blame]
{
"name": "CoreDataServices",
"version": "2.0.3",
"summary": "CoreDataServices contains a set of helper classes/extensions to abstract out a lot of the boilerplate that you get with Core Data.",
"homepage": "http://www.williamboles.me",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "William Boles",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wibosco/CoreDataServices.git",
"branch": "master",
"tag": "2.0.3"
},
"source_files": "CoreDataServices/**/*.swift",
"requires_arc": true,
"dependencies": {
"ConvenientFileManager": [
"~> 2.0"
]
},
"frameworks": "CoreData"
}