blob: e1a2d088aa18d3e7a47e157be3db8743cae3b8cc [file] [log] [blame]
{
"name": "RxUtils",
"version": "1.1.6",
"summary": "RxSwift utils",
"description": "A helpful collection of RxSwift utils.",
"homepage": "https://github.com/APUtils/RxUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Plebanovich": "anton.plebanovich@gmail.com"
},
"source": {
"git": "https://github.com/APUtils/RxUtils.git",
"tag": "1.1.6"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RxUtils/Classes/**/*",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"RxOptional": [
"~> 4"
]
}
}