blob: d5fd8e0d8c8f2800d3d737bcc83232ae67310125 [file] [log] [blame]
{
"name": "WYQDateTool",
"version": "1.0.2",
"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": "1.0.2"
},
"source_files": [
"Tool/*.{h,m}",
"Tool/NSDate+Category/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"DateTools": [
"~> 2.0.0"
]
}
}