blob: 90f9bbdfb90cc3b0a422eb9249b4c5ca31ecbf45 [file] [log] [blame]
{
"name": "CoreDataServices",
"version": "0.3.0",
"summary": "CoreDataServices contains a set of helper classes to abstract away common core data functionality.",
"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": "0.3.0"
},
"source_files": "CoreDataServices/**/*.{h,m}",
"public_header_files": "CoreDataServices/**/*.{h}",
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreData"
]
}