[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / d / e / RxDisplayLink / 2.0.0 / RxDisplayLink.podspec.json
blobb48457daef5a5ba1cd70ba8991c8bb2a1e4af307
2   "name": "RxDisplayLink",
3   "version": "2.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_version": "4.2",
14   "platforms": {
15     "ios": "8.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/KyoheiG3/RxDisplayLink.git",
20     "tag": "2.0.0"
21   },
22   "source_files": "RxDisplayLink/**/*.{h,swift}",
23   "requires_arc": true,
24   "frameworks": "Foundation",
25   "dependencies": {
26     "RxSwift": [
27       "~> 4.0"
28     ]
29   }