blob: 41de237af7206dc74d9b4c3e778e892c4d4c5ba4 [file] [log] [blame]
{
"name": "CoreDataServices",
"version": "2.0.2",
"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.2"
},
"source_files": "CoreDataServices/**/*.swift",
"requires_arc": true,
"dependencies": {
"ConvenientFileManager": [
"~> 2.0"
]
},
"frameworks": "CoreData"
}