blob: 7a526391bd3b66e72fe3ddffc3966fc1088e3122 [file] [log] [blame]
{
"name": "RxUtils",
"version": "1.0.2",
"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.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RxUtils/Classes/**/*",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"RxSwift": [
],
"RxOptional": [
]
}
}