blob: f6c773f1a158f2e9122d5cf9869ba1d41d7d16cd [file] [log] [blame]
{
"name": "RxOptional",
"version": "3.3.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": {
"Thane Gill": "me@thanegill.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxOptional.git",
"tag": "3.3.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"
}