[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 3 / 5 / RxOrientation / 0.1.1 / RxOrientation.podspec.json
blobb82c7d2619354a4adf9f5a1fc911633ee5ad0853
2   "name": "RxOrientation",
3   "version": "0.1.1",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RxOrientation/Classes/**/*",
22   "dependencies": {
23     "RxSwift": [
24       "~> 4.4"
25     ],
26     "RxCocoa": [
27       "~> 4.4"
28     ]
29   }