[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / c / a / 4 / RxOptional / 4.1.0 / RxOptional.podspec.json
blobc5df788420a6a4d46907d5d02b708c2db9ed5192
2   "name": "RxOptional",
3   "version": "4.1.0",
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": "4.1.0"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.10",
18     "watchos": "3.0",
19     "tvos": "9.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "dependencies": {
23     "RxSwift": [
24       "~> 5"
25     ],
26     "RxCocoa": [
27       "~> 5"
28     ]
29   },
30   "frameworks": "Foundation"