blob: 5919724864f1230d8f8a22e1cfb7e1d773d521e2 [file] [log] [blame]
{
"name": "DateTextField",
"version": "2.1.0",
"summary": "A date input textfield",
"swift_versions": "5.1",
"description": "A Swift UITextField subclass designed to make entering dates easier, faster and more flexible than the standard UIDatePicker.",
"homepage": "https://github.com/BeauNouvelle/DateTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Beau Nouvelle",
"social_media_url": "http://twitter.com/BeauNouvelle",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/BeauNouvelle/DateTextField.git",
"tag": "2.1.0"
},
"source_files": "DateTextField/*.{swift}",
"swift_version": "5.1"
}