blob: d620f900c9b0f0805277a58bd8feec46415fc03c [file] [log] [blame]
{
"name": "RxUtils",
"version": "1.2.0",
"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.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RxUtils/Classes/**/*",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"RxOptional": [
"~> 4"
]
}
}