blob: e8f0b0b3fc5f62d042f02b5bab63586825875641 [file] [log] [blame]
{
"name": "LFTimelineControl",
"version": "0.1.0",
"summary": "Lofionic TimelineControl",
"description": "A control for visualizing and interacting with a timeline.",
"homepage": "https://github.com/Lofionic/LFTimelineControl.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris": "chris@lofionic.co.uk"
},
"source": {
"git": "https://github.com/Lofionic/LFTimelineControl.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"subspecs": [
{
"name": "Core",
"frameworks": "UIKit",
"dependencies": {
"pop": [
]
},
"source_files": "LFTimelineControl/Core/**/*.swift"
}
],
"swift_version": "4.2"
}