[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / a / 4 / RxOptional / 5.0.0 / RxOptional.podspec.json
blob5c4971bc3a87aa21dcb5edfcdeae3095dacf673b
2   "name": "RxOptional",
3   "version": "5.0.0",
4   "license": "MIT",
5   "summary": "RxSwift extensions for Swift optionals and Occupiable types",
6   "description": "RxSwift extensions for Swift optionals and \"Occupiable\" types.",
7   "homepage": "https://github.com/RxSwiftCommunity/RxOptional",
8   "authors": {
9     "RxSwift Community": "community@rxswift.org"
10   },
11   "source": {
12     "git": "https://github.com/RxSwiftCommunity/RxOptional.git",
13     "tag": "v5.0.0"
14   },
15   "swift_versions": "5.1",
16   "platforms": {
17     "ios": "10.0",
18     "osx": "10.10",
19     "watchos": "3.0",
20     "tvos": "10.0"
21   },
22   "requires_arc": true,
23   "source_files": "Sources/RxOptional/*.swift",
24   "frameworks": "Foundation",
25   "dependencies": {
26     "RxSwift": [
27       "~> 6.0"
28     ],
29     "RxCocoa": [
30       "~> 6.0"
31     ]
32   },
33   "swift_version": "5.1"