blob: 6ff47dda2c7672b40568a33d483e318a2f80ce27 [file] [log] [blame]
{
"name": "CoreDataServices",
"version": "1.1.5",
"summary": "CoreDataServices contains a set of helper classes/categories 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": "1.1.5"
},
"source_files": "CoreDataServices/**/*.{h,m}",
"public_header_files": "CoreDataServices/**/*.{h}",
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreData"
]
}