blob: 533b4971aac84547b470165c9123ebec06b3e7b6 [file] [log] [blame]
{
"name": "DayDatePicker",
"version": "1.2",
"summary": "A custom and customizable UIDatePicker which displays the day of the week alongside the day column",
"description": "A custom and customizable UIDatePicker which displays the day of the week alongside the day column. You can customize the appearance and behaviour of the control.",
"homepage": "https://github.com/hughbe/DayDatePicker",
"screenshots": [
"https://raw.githubusercontent.com/hughbe/day-date-picker/master/resources/screenshots/1.png",
"https://raw.githubusercontent.com/hughbe/day-date-picker/master/resources/screenshots/2.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hughbe": "hughbellars@gmail.com"
},
"source": {
"git": "https://github.com/hughbe/day-date-picker.git",
"tag": "1.2"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "DayDatePicker/Classes/**/*",
"frameworks": "UIKit"
}