blob: daab997fc75b3b3ce6d04015372b27318faf782a [file] [log] [blame]
{
"name": "ACECoreDataManager",
"version": "0.1.5",
"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.5"
},
"source_files": [
"Classes",
"ACECoreDataManager/*.{h,m}"
],
"frameworks": "CoreData",
"requires_arc": true
}