blob: e7f8b147ef6a9c0f65935521a9d2474cdcb2cb71 [file] [log] [blame]
{
"name": "RxOptional",
"version": "3.6.0",
"summary": "RxSwift extensions for Swift optionals and Occupiable types",
"description": "RxSwift extensions for Swift optionals and \"Occupiable\" types.",
"homepage": "https://github.com/RxSwiftCommunity/RxOptional",
"license": "MIT",
"authors": {
"RxSwift Community": "community@rxswift.org"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxOptional.git",
"tag": "3.6.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Source/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.3.1"
],
"RxCocoa": [
"~> 4.3.1"
]
},
"frameworks": "Foundation"
}