blob: 52c57831c15acfc50c83d31e234a465a67aba669 [file] [log] [blame]
{
"name": "CDManager",
"version": "0.0.2",
"summary": "CoreData Manager.",
"description": "*This library provides an cache of the app.\n*Core Data.",
"homepage": "https://github.com/LDKFighter/CDManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dengkel": "dengkel@jumei.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/LDKFighter/CDManager.git",
"tag": "0.0.2"
},
"source_files": [
"CDManager",
"CDManager/**/*.{h,m}"
],
"exclude_files": "CDManager/Exclude",
"frameworks": [
"Foundation",
"CoreData"
]
}