blob: 58ae49509812f02842f5fb64027d5a036badb058 [file] [log] [blame]
{
"name": "RxOperators",
"version": "0.4.0",
"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": "0.4.0"
},
"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"
}