blob: 1294eb7fb504701e5af43bf6099595775c9b3e4a [file] [log] [blame]
{
"name": "GRCoreData",
"version": "1.0.4",
"summary": "Helpful code for working with Core Data",
"description": "CoreDataStack with support for multiple contexts and some much-needed syntactic sugar.",
"homepage": "https://github.com/jgrantr/GRCoreData",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Grant Robinson": "grant@zayda.com"
},
"source": {
"git": "https://github.com/jgrantr/GRCoreData.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GRCoreData/Classes/**/*",
"public_header_files": [
"GRCoreData/Classes/GRCoreData*.h",
"GRCoreData/Classes/NSManagedObject*.h"
],
"frameworks": [
"Foundation",
"CoreData"
],
"dependencies": {
"PromiseKit": [
"~> 3.5"
],
"CocoaLumberjack": [
"~> 2.4"
]
}
}