blob: 2d6815dfaa1821989d763e668fb67a1fb1aeb503 [file] [log] [blame]
{
"name": "CSCoreDataManager",
"version": "0.0.2",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/chrisfsampaio/CSCoreDataManager",
"authors": {
"Christian Sampaio": "christian.fsampaio@gmail.com"
},
"summary": "Boilerplate code for simple core data stack setup. We support different databases for distinct users",
"source": {
"git": "https://github.com/chrisfsampaio/CSCoreDataManager.git",
"tag": "v0.0.2"
},
"frameworks": [
"CoreData"
],
"source_files": "CSCoreDataManager/*.{h,m}",
"requires_arc": true
}