blob: 6b05d4fa2096e0b3962a9a4707b067390b033b0a [file] [log] [blame]
{
"name": "KSTimeline",
"version": "0.1.0",
"summary": "KSTimeline, written in swift, is a simple and customizable view which supports showing a series of events in a vertically time-sorted structure.",
"homepage": "https://github.com/KenShih522/KSTimeline",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KenShih522": "kenshih522@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/KenShih522/KSTimeline",
"tag": "0.1.0"
},
"source_files": [
"KSTimeline/Info.plist",
"KSTimeline/KSTimeline.h",
"KSTimeline/KSTimelineContentView.swift",
"KSTimeline/KSTimelineRulerView.swift",
"KSTimeline/KSTimelineView.swift"
],
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}