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