blob: 3587089789130b8b8a6849fc167965de8f8d3274 [file] [log] [blame]
{
"name": "RxOptional",
"version": "3.5.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.5.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Source/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
},
"frameworks": "Foundation",
"pushed_with_swift_version": "4.0"
}