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