blob: 3aa2c5df52da8a02f591df4ddeaf486b18ec2677 [file] [log] [blame]
{
"name": "GRCoreData",
"version": "1.0.6",
"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.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GRCoreData/Classes/**/*",
"public_header_files": [
"GRCoreData/Classes/GRCoreData*.h",
"GRCoreData/Classes/NSManagedObject*.h"
],
"frameworks": [
"Foundation",
"CoreData"
],
"dependencies": {
"PromiseKit": [
"~> 4.0"
],
"CocoaLumberjack": [
"~> 2.4"
]
},
"pushed_with_swift_version": "3.0"
}