[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / 4 / RxAlertExtension / 1.0.0 / RxAlertExtension.podspec.json
bloba4d078a15695b9e094eee7414eb7f079384ff735
2   "name": "RxAlertExtension",
3   "version": "1.0.0",
4   "summary": "RxAlertExtension",
5   "description": "Extension UIAlertController with Rx.\nUse UIAlertController with Rx.",
6   "homepage": "https://github.com/RxSwiftCommunity/RxAlert",
7   "license": "MIT",
8   "authors": {
9     " RxSwift Community ": " community@rxswift.org "
10   },
11   "source": {
12     "git": "https://github.com/RxSwiftCommunity/RxAlert.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "swift_versions": "4.2",
19   "source_files": "RxAlert/*.swift",
20   "frameworks": "UIKit",
21   "dependencies": {
22     "RxSwift": [
23       "~> 4"
24     ],
25     "RxCocoa": [
26       "~> 4"
27     ]
28   }