blob: 2875a91980809193f1b70b7cdd2572f8efddb7b2 [file] [log] [blame]
{
"name": "CoreDataServices",
"version": "4.0.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": "9.0"
},
"source": {
"git": "https://github.com/wibosco/CoreDataServices.git",
"branch": "master",
"tag": "4.0.0"
},
"source_files": "CoreDataServices/**/*.swift",
"requires_arc": true,
"frameworks": "CoreData",
"pushed_with_swift_version": "4.0"
}