blob: 99e4acec8a141182cf9d657855b081419bac4adb [file] [log] [blame]
{
"name": "GRCoreData",
"version": "1.0.2",
"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.2"
},
"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"
]
}
}