blob: 2be8df6fd77e898fa06daa59d7fa2883a9f42a01 [file] [log] [blame]
{
"name": "SKSLyricsLabel",
"version": "1.0.1",
"summary": "类似iOS卡拉OK歌词效果播放进度的Label,支持多行富文本换行。",
"homepage": "https://github.com/CoderChan/SKSLyricsLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"陈振超": "czc1943@126.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/CoderChan/SKSLyricsLabel.git",
"tag": "1.0.1"
},
"source_files": [
"SKSLyricsLabel",
"SKSLyricsLabel/*.swift"
],
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true,
"dependencies": {
"SnapKit": [
]
},
"swift_version": "5.0"
}