blob: 804ecca595e22c3a86d9c3fe156f47c2924462ef [file] [log] [blame]
{
"name": "LFTimelineControl",
"version": "0.1.4",
"summary": "Lofionic TimelineControl",
"description": "A control for visualizing and interacting with a location on a tempo-based 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.4"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"subspecs": [
{
"name": "Core",
"frameworks": "UIKit",
"dependencies": {
"pop": [
"~> 1.0.11"
]
},
"source_files": "LFTimelineControl/Core/**/*.{swift,mm,h}",
"private_header_files": "LFTimelineControl/Core/**/LFDecayAnimationInternal.h"
}
],
"swift_version": "4.2"
}