blob: 94a1b273fefc15bcf4ed2e2767543176d6de5ad7 [file] [log] [blame]
{
"name": "WTCustomDatePicker",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CustomDatePicker/Classes/**/*"
}