blob: 5c2ef559cf681f84ef672173fdcdc6a4bf51591f [file] [log] [blame]
{
"name": "VD",
"version": "1.0.11",
"summary": "This repository contains useful extensions on Foundation and UIKit",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/dankinsoid/VDKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"voidilov": "voidilov@gmail.com"
},
"source": {
"git": "https://github.com/dankinsoid/VDKit.git",
"tag": "1.0.11"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.1",
"source_files": "Sources/**/*",
"module_name": "VDKit",
"subspecs": [
{
"name": "Foundation",
"source_files": "Sources/VDKit/*"
}
],
"swift_version": "5.1"
}