[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / a / 4 / RxOptional / 3.6.2 / RxOptional.podspec.json
blob86dcc7bc1e36457cc296e903c0161e89a311bd5f
2   "name": "RxOptional",
3   "version": "3.6.2",
4   "summary": "RxSwift extensions for Swift optionals and Occupiable types",
5   "description": "RxSwift extensions for Swift optionals and \"Occupiable\" types.",
6   "homepage": "https://github.com/RxSwiftCommunity/RxOptional",
7   "license": "MIT",
8   "authors": {
9     "RxSwift Community": "community@rxswift.org"
10   },
11   "source": {
12     "git": "https://github.com/RxSwiftCommunity/RxOptional.git",
13     "tag": "3.6.2"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source_files": "Source/*.swift",
22   "dependencies": {
23     "RxSwift": [
24       "~> 4.0"
25     ],
26     "RxCocoa": [
27       "~> 4.0"
28     ]
29   },
30   "frameworks": "Foundation"