blob: 30f18ef54acf422d2200aed362513d7f08b6fd6a [file] [log] [blame]
{
"name": "CKTimeLine",
"version": "0.0.4",
"summary": "CKTimeLine 将时间戳转换为某个指定的时间段表示的一个时间字符串,类似于时间轴",
"description": "CKTimeLine 用于对传入的时间戳相对于当前时间的对比,转换成一个时间段表示的一个字符串类似于时间轴",
"homepage": "https://github.com/KenwayCen/CKTimeLine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CK": "1250578320@qq.com"
},
"social_media_url": "https://www.weilni.cn",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/KenwayCen/CKTimeLine.git",
"tag": "v0.0.4"
},
"source_files": "CKTimeLineCovert/TimeLine/*.{h,m}",
"requires_arc": true
}