blob: 89a609cf21bd516f61389827e040e980d40e8a82 [file] [log] [blame]
{
"name": "WTCustomDatePicker",
"version": "1.0.0",
"summary": "A custom date picker similar to UIDatePicker with more customisation options.",
"swift_version": "4.0",
"description": "A custom date picker similar to UIDatePicker with more customisation options. It is mostly code compatible with the standard UIDatePicker.",
"homepage": "https://github.com/wfltaylor/CustomDatePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wfltaylor@gmail.com": "wfltaylor@gmail.com"
},
"source": {
"git": "https://github.com/wfltaylor/CustomDatePicker.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CustomDatePicker/Classes/**/*"
}