blob: 69ea78e6430c2c6f30aa4d9f404b658b9cb5e788 [file] [log] [blame]
{
"name": "GoDateTool",
"version": "0.0.8",
"summary": "处理 Date 数据的类",
"description": "将时间戳转换成字符串,例如 \"3分钟前\"、\"昨天\"、\"五天前\"",
"homepage": "https://github.com/GorCat/GoDateTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"GorCat": "745318341@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/GorCat/GoDateTool.git",
"tag": "0.0.8"
},
"source_files": [
"GoDateTool",
"GoDateTool/**/*.{swift}"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}