blob: 214e188943c2ae973bcaae425eacc5cc7ad3b8cf [file] [log] [blame]
{
"name": "WSTimerManager",
"version": "0.0.1",
"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.1"
},
"source_files": [
"WSTimerManager",
"WSTimerManager/WSTimerManager/WSTimerManager.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true
}