blob: 07127cc50e3b5bc3043235733ad6cae2fe907c5d [file] [log] [blame]
{
"name": "GNContextManager",
"version": "0.0.3",
"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"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/jakubknejzlik/GNContextManager.git",
"tag": "0.0.3"
},
"source_files": "GNContextManager/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"CWLSynthesizeSingleton": [
]
}
}