blob: 4b7afe565eb6dc83f691bcbf3c2ddb22746311a6 [file] [log] [blame]
{
"name": "WSTimerManager",
"version": "0.0.2",
"summary": "一个GCD倒计时的封装。",
"description": "* 一个GCD倒计时的封装,方便使用",
"homepage": "https://github.com/ONECATYU/WSTimerManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"capsule": "786910875@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ONECATYU/WSTimerManager.git",
"tag": "0.0.2"
},
"source_files": [
"WSTimerManager",
"WSTimerManager/**/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true
}