[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 5 / 4 / f / RxAlert / 1.0.0 / RxAlert.podspec.json
blob021e491e9102b07fba0ed6ec1de0ce62ecfc5093
2   "name": "RxAlert",
3   "version": "1.0.0",
4   "summary": "A RxSwift extension for UIAlertController",
5   "description": "A RxSwift extension for UIAlertController.",
6   "homepage": "https://github.com/xiaoyaogaojian/RxAlert",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xiaoyaogaojian": "xiaoyaogaojian@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/xiaoyaogaojian/RxAlert.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RxAlert/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "RxSwift": [
25       "~> 4.0"
26     ],
27     "RxCocoa": [
28       "~> 4.0"
29     ]
30   }