blob: b7926a03808ac7a6c98f1fcfbb84940418dae754 [file] [log] [blame]
{
"name": "RxSwiftExt",
"version": "5.1.1",
"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": "3.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxSwiftExt.git",
"tag": "5.1.1"
},
"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": [
]
}
}
]
}