[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 3 / 5 / RxOrientation / 0.1.3 / RxOrientation.podspec.json
blob00311667b532890f1d72ba44188b481a3ab5e10e
2   "name": "RxOrientation",
3   "version": "0.1.3",
4   "summary": "Screen orientation notification extension for RxSwift.",
5   "description": "RxOrientation is a screen orientation notification extension for RxSwift, which transforms the state of screen orientation notifications into RxSwift Observables.",
6   "homepage": "https://github.com/lm2343635/RxOrientation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lm2343635": "lm2343635@126.com"
13   },
14   "source": {
15     "git": "https://github.com/lm2343635/RxOrientation.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RxOrientation/Classes/**/*",
22   "dependencies": {
23     "RxSwift": [
24       "~> 5"
25     ],
26     "RxCocoa": [
27       "~> 5"
28     ]
29   }