blob: 81b75d7b0c9e5b49b88951739fb54f57f455e9ab [file] [log] [blame]
{
"name": "DKDropDownView",
"version": "0.1.1",
"summary": "A Simple Date Picker and Custom Picker using UITextField.",
"homepage": "https://github.com/dharmesh304/DKDropDownView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JDB Techs": "jdbtechs@gmail.com"
},
"source": {
"git": "https://github.com/dharmesh304/DKDropDownView.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"5.1",
"5.2",
"5.3"
],
"source_files": "DKDropDownView/Classes/**/*",
"resource_bundles": {
"DKDropDownView": [
"DKDropDownView/Assets/*.xib",
"Pod/**/*.xib"
]
},
"frameworks": "UIKit",
"swift_version": "5.3"
}