blob: beb61b2b9e8647d467ab60aff233ac77854657fa [file] [log] [blame]
{
"name": "RGTimeline",
"version": "0.0.7",
"summary": "A custom timeline control written in Swift",
"swift_version": "4.2",
"description": "A custom timeline control capable of rendering multiple 'events' that have start and end dates. E.g CCTV video files, calendar items etc",
"homepage": "https://github.com/rhuariglen/RGTimeline",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rhuari Glen": "rhuari@aspektapplications.com"
},
"source": {
"git": "https://github.com/rhuariglen/RGTimeline.git",
"tag": "0.0.7"
},
"platforms": {
"ios": "11.0"
},
"source_files": "RGTimeline/**/*.{swift}"
}