blob: d631d78d3bd808be9e0de51dcf82509f934b6052 [file] [log] [blame]
{
"name": "WYQDateTool",
"version": "0.0.1",
"summary": "NSDate+Category 添加时间描述、时间转换(默认格式化与指定格式化)",
"description": "WYQDateTool NSDate+Category 添加时间描述、时间转换(默认格式化与指定格式化)",
"homepage": "https://github.com/YongQiangWei/NSDateCalculateTool",
"license": "MIT",
"authors": {
"yongQiang Wei": "15249085279@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/YongQiangWei/NSDateCalculateTool.git",
"tag": "0.0.1"
},
"source_files": [
"Tool/*.{h,m}",
"Tool/NSDate+Category/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"DateTools": [
"~> 2.0.0"
]
}
}