blob: baa0d6fc1b16a8427e5f5beda0435585e732416b [file] [log] [blame]
{
"name": "RxOperators",
"version": "1.0.1",
"summary": "A short description of RxOperators.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/dankinsoid/RxOperators",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Voidilov": "voidilov@gmail.com"
},
"source": {
"git": "https://github.com/dankinsoid/RxOperators.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "RxOperators/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
],
"UnwrapOperator": [
"~> 0.1.0"
]
},
"swift_version": "5.0"
}