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