blob: a3a6ece3c0218335a7bf926daa8591a8c506c8aa [file] [log] [blame]
{
"name": "RxSwiftExt",
"version": "2.1.0",
"summary": "RxSwift operators not found in the core distribtion",
"description": "A collection of operators for RxSwift adding commonly requested operations not found in the core distribution\nof RxSwift.",
"homepage": "https://github.com/RxSwiftCommunity/RxSwiftExt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"RxSwiftCommunity": "https://github.com/RxSwiftCommunity"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxSwiftExt.git",
"tag": "2.1.0"
},
"source_files": "Source/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}