[Add] LiteRTSelectTfOps 0.0.1-nightly.20250101
[CocoaPods.git] / Specs / b / 3 / 5 / RxOrientation / 0.1.2 / RxOrientation.podspec.json
blob4d512c2f493e7d1ffcb345e76ab5d7ef73a8e8cf
2   "name": "RxOrientation",
3   "version": "0.1.2",
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.2"
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   }