blob: ece0ae4750cfaef00ca923f6f4a368d908f26cc9 [file] [log] [blame]
{
"name": "ACECoreDataManager",
"version": "0.1.4",
"summary": "Core data manager.",
"homepage": "https://github.com/acerbetti/ACECoreDataManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stefano Acerbetti": "sacerbetti@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/acerbetti/ACECoreDataManager.git",
"tag": "0.1.4"
},
"source_files": [
"Classes",
"ACECoreDataManager/*.{h,m}"
],
"frameworks": "CoreData",
"requires_arc": true
}