blob: ce2cb5d0f5b52981cf9b2be3b3192884536cf092 [file] [log] [blame]
{
"name": "GNContextManager",
"version": "0.3.11",
"summary": "CoreData helper",
"description": "Manager for helping with CoreData stuff",
"homepage": "https://github.com/jakubknejzlik/GNContextManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jakub Knejzlik": "jakub.knejzlik@gmail.com"
},
"platforms": {
"tvos": "9.0"
},
"source": {
"git": "https://github.com/jakubknejzlik/GNContextManager.git",
"tag": "0.3.11"
},
"source_files": "GNContextManager/*.{h,m}",
"frameworks": [
"UIKit",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"CWLSynthesizeSingleton": [
]
}
}