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