blob: 6799531992d33b22ddfec96d6f96e0b0e0daac2d [file] [log] [blame]
{
"name": "VDAsync",
"version": "0.22.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.22.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "Sources/VDAsync/**/*",
"dependencies": {
"PromisesSwift": [
"~> 1.2.8"
]
},
"default_subspecs": "Lite",
"subspecs": [
{
"name": "Lite"
},
{
"name": "RxSwift",
"dependencies": {
"RxSwift": [
"~> 5"
]
},
"source_files": "Sources/**/*"
}
],
"swift_version": "5.0"
}