blob: d75729ec70ac4bf008e7ae5c070a6594a1f16ec7 [file] [log] [blame]
{
"name": "CoreDataServices",
"version": "2.1.0",
"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.1.0"
},
"source_files": "CoreDataServices/**/*.swift",
"requires_arc": true,
"dependencies": {
"ConvenientFileManager": [
"~> 2.0"
]
},
"frameworks": "CoreData",
"pushed_with_swift_version": "2.3"
}