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