[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / d / 0 / b / KSTimeline / 0.1.0 / KSTimeline.podspec.json
blob6b05d4fa2096e0b3962a9a4707b067390b033b0a
2   "name": "KSTimeline",
3   "version": "0.1.0",
4   "summary": "KSTimeline, written in swift, is a simple and customizable view which supports showing a series of events in a vertically time-sorted structure.",
5   "homepage": "https://github.com/KenShih522/KSTimeline",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "KenShih522": "kenshih522@gmail.com"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/KenShih522/KSTimeline",
18     "tag": "0.1.0"
19   },
20   "source_files": [
21     "KSTimeline/Info.plist",
22     "KSTimeline/KSTimeline.h",
23     "KSTimeline/KSTimelineContentView.swift",
24     "KSTimeline/KSTimelineRulerView.swift",
25     "KSTimeline/KSTimelineView.swift"
26   ],
27   "requires_arc": true,
28   "pushed_with_swift_version": "4.0"