blob: 00b57648b9a939dc97bd11a576c8e3472ec5d234 [file] [log] [blame]
{
"name": "ExpandingDatePicker",
"version": "0.1.0",
"summary": "A textual date picker that expands to show a graphical calendar view when focued.",
"description": "ExpandingDatePicker is a textual date picker that will expand to show a\ngraphical date picker beneath it when focused. It has the same styling\nas the expandable date picker Apple uses in Calendar.app.",
"homepage": "https://github.com/fpotter/ExpandingDatePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fred Potter": "fpotter@gmail.com"
},
"source": {
"git": "https://github.com/fpotter/ExpandingDatePicker.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/fpotter",
"platforms": {
"osx": "10.10"
},
"swift_version": "5.0",
"source_files": "ExpandingDatePicker/Classes/**/*"
}