blob: f81bc5cfcb4afd6cb4e8b80e38015d6a3ffb21f5 [file] [log] [blame]
{
"name": "GNContextManager",
"version": "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.3"
},
"source_files": "GNContextManager/*.{h,m}",
"frameworks": [
"UIKit",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"CWLSynthesizeSingleton": [
]
}
}