blob: bae0e5e0e876db3c820177a43093848a7f2f3937 [file] [log] [blame]
{
"name": "RxOptional",
"version": "1.1.0",
"summary": "RxSwift extentions for Swift optionals and Occupiable types",
"description": "RxSwift extentions for Swift optionals and \"Occupiable\" types.",
"homepage": "https://github.com/thanegill/RxOptional",
"license": "MIT",
"authors": {
"Thane Gill": "me@thanegill.com"
},
"source": {
"git": "https://github.com/thanegill/RxOptional.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Source/**/*",
"dependencies": {
"RxSwift": [
"~> 2.0"
],
"RxCocoa": [
"~> 2.0"
]
},
"frameworks": "Foundation"
}