[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 3 / d / e / RxDisplayLink / 3.0.0 / RxDisplayLink.podspec.json
blob644b7b2b6a709fde2127d6a8092262c48d4cd402
2   "name": "RxDisplayLink",
3   "version": "3.0.0",
4   "summary": "RxDisplayLink reactive wrapper for CADisplayLink",
5   "homepage": "https://github.com/KyoheiG3/RxDisplayLink",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kyohei Ito": "je.suis.kyohei@gmail.com"
12   },
13   "swift_versions": "5.0",
14   "platforms": {
15     "ios": "9.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/KyoheiG3/RxDisplayLink.git",
20     "tag": "3.0.0"
21   },
22   "source_files": "RxDisplayLink/**/*.{h,swift}",
23   "requires_arc": true,
24   "frameworks": "Foundation",
25   "dependencies": {
26     "RxSwift": [
27       "~> 6.5"
28     ]
29   },
30   "swift_version": "5.0"