blob: ae38b87ae66ac068986793521e5d03386e898a2f [file] [log] [blame]
{
"name": "DCTimerManager",
"version": "0.0.2",
"summary": "DCTimerManager is a manager of timer for iOS.",
"description": "DCTimerManager is a manager of timer for iOS, which fix the cicle refrence, you do not have to invalidate the timer. It's more safe and more convenient for you .",
"homepage": "https://github.com/CoderXWChu/DCTimerManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DanaChu": "coderxwchu@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/CoderXWChu/DCTimerManager.git",
"tag": "0.0.2"
},
"source_files": [
"DCTimerManager",
"DCTimerManager/**/*.{h,m}"
],
"frameworks": "Foundation"
}