blob: 43bbc592d57563c73cb5ef5d85f6712be20d490f [file] [log] [blame]
{
"name": "VDAsync",
"version": "0.2.0",
"summary": "A short description of VDAsync.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/dankinsoid/VDAsync",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"voidilov": "voidilov@gmail.com"
},
"source": {
"git": "https://github.com/dankinsoid/VDAsync.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "Sources/VDAsync/**/*",
"dependencies": {
"UnwrapOperator": [
"~> 0.1.0"
]
},
"default_subspecs": "Lite",
"swift_version": "5.0",
"subspecs": [
{
"name": "Lite"
},
{
"name": "RxSwift",
"dependencies": {
"RxSwift": [
"~> 5"
]
},
"source_files": "Sources/**/*"
}
]
}