blob: 0f368d7da511be9a0aa30c357253bbaf39c6aea8 [file] [log] [blame]
{
"name": "RxSwiftExt",
"version": "2.2.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.2.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/RxSwift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 3.0"
]
}
},
{
"name": "RxCocoa",
"source_files": "Source/RxCocoa",
"frameworks": "Foundation",
"dependencies": {
"RxCocoa": [
"~> 3.0"
],
"RxSwiftExt/Core": [
]
}
}
]
}