blob: 4d1a54d692e08e7c37910b296dbcf8a8842a5477 [file] [log] [blame]
{
"name": "RxOptional",
"version": "1.0.0",
"summary": "RxSwift extensions for Swift's optionals",
"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.0.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"
}