blob: 5bd6bcc5b9a54b3a3ed4be0642ae68a11ef24b48 [file] [log] [blame]
{
"name": "CountDown_Swift",
"version": "1.0.5",
"summary": "一款简单的swift倒计时框架",
"swift_versions": "4.3",
"description": "基于swift5.0的倒计时框架\n支持时间戳传入,时间传入,固定时间刷新数据等",
"homepage": "https://github.com/TianXuang/CountDown_Swift",
"license": "MIT",
"authors": {
"TianXuang": "651018596@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/TianXuang/CountDown_Swift.git",
"tag": "1.0.5"
},
"source_files": "CountDown_Swift/openClass/*.{swift}",
"exclude_files": "CountDown_Swift/CountDown_Swift",
"dependencies": {
"SnapKit": [
"~> 4.0.0"
]
},
"swift_version": "4.3"
}