blob: 773efa7248398c8f9c14bc4c37d1f7d591d5331e [file] [log] [blame]
{
"name": "RxSwiftExt",
"version": "5.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",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxSwiftExt.git",
"tag": "5.1.0"
},
"subspecs": [
{
"name": "Core",
"source_files": [
"Source/RxSwift",
"Source/Tools"
],
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 5.0"
]
}
},
{
"name": "RxCocoa",
"source_files": "Source/RxCocoa",
"frameworks": "Foundation",
"dependencies": {
"RxCocoa": [
"~> 5.0"
],
"RxSwiftExt/Core": [
]
}
}
]
}