blob: 4fdd883a6465b8c33ce2dd89e7c102b88f24b439 [file] [log] [blame]
{
"name": "RGTimeline",
"version": "0.0.4",
"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.4"
},
"platforms": {
"ios": "11.0"
},
"source_files": "RGTimeline/**/*.{swift}"
}