[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / 7 / LFTimelineControl / 0.1.2 / LFTimelineControl.podspec.json
blob0712ad7dd44d6f63b45d213af01d0dcb62460d67
2   "name": "LFTimelineControl",
3   "version": "0.1.2",
4   "summary": "Lofionic TimelineControl",
5   "description": "A control for visualizing and interacting with a timeline.",
6   "homepage": "https://github.com/Lofionic/LFTimelineControl.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris": "chris@lofionic.co.uk"
13   },
14   "source": {
15     "git": "https://github.com/Lofionic/LFTimelineControl.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "4.2",
22   "subspecs": [
23     {
24       "name": "Core",
25       "frameworks": "UIKit",
26       "dependencies": {
27         "pop": [
28           "~> 1.0.11"
29         ]
30       },
31       "source_files": "LFTimelineControl/Core/**/*.{swift,mm,h}",
32       "private_header_files": "LFTimelineControl/Core/**/LFDecayAnimationInternal.h"
33     }
34   ],
35   "swift_version": "4.2"