blob: b4f68bec2585baa3aaed18d429619f2932c9e4c2 [file] [log] [blame]
{
"name": "VD",
"version": "0.2.0",
"summary": "A short description of VD.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/dankinsoid/VD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"voidilov": "voidilov@gmail.com"
},
"source": {
"git": "https://github.com/dankinsoid/VD.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "Sources/VD/**/*",
"dependencies": {
"UnwrapOperator": [
"~> 0.1.0"
]
},
"default_subspecs": "All",
"swift_version": "5.0",
"subspecs": [
{
"name": "All",
"dependencies": {
"VDUIExtensions": [
"~> 0.3.0"
],
"VDAsync": [
"~> 0.4.0"
],
"RxOperators": [
"~> 0.4.0"
],
"UnwrapOperator": [
"~> 0.1.0"
],
"ConstraintsOperators": [
"~> 0.1.0"
],
"SwiftLocalize": [
"~> 1.7.0"
]
}
},
{
"name": "UIKit",
"dependencies": {
"VDUIExtensions": [
"~> 0.3.0"
]
}
},
{
"name": "Async",
"dependencies": {
"VDAsync": [
"~> 0.4.0"
]
}
},
{
"name": "RxSwift",
"dependencies": {
"RxOperators": [
"~> 0.4.0"
]
}
},
{
"name": "Optional",
"dependencies": {
"UnwrapOperator": [
"~> 0.1.0"
]
}
},
{
"name": "Constraints",
"dependencies": {
"ConstraintsOperators": [
"~> 0.1.0"
]
}
},
{
"name": "Localize",
"dependencies": {
"SwiftLocalize": [
"~> 1.7.0"
]
}
}
]
}