blob: 704bfe77a0b56678bdfe62246aa350a5dc941059 [file] [log] [blame]
{
"name": "CoreDataServices",
"version": "1.1.2",
"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.2"
},
"source_files": "CoreDataServices/**/*.{h,m}",
"public_header_files": "CoreDataServices/**/*.{h}",
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreData"
]
}