blob: 993502a52aa24963eb636e82971010832582ac04 [file] [log] [blame]
{
"name": "JSDatePickerView",
"version": "0.1.4",
"summary": "This is a custom DatePicker UIView",
"description": "This custom DatePicker UIView allows the user to switch dates in different ways. The user could use the built in arrows to switch day by day.\nOr, the user could press on the UIView and use the custom popout calendar to select a new day.",
"homepage": "https://github.com/jseidman95/JSDatePickerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jesse Seidman": "seidmanjesse@gmail.com"
},
"source": {
"git": "https://github.com/jseidman95/JSDatePickerView.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "10.3.1"
},
"source_files": "JSDatePickerView/*",
"resource_bundles": {
"JSDatePickerView": [
"Sources/JSDatePickerView.bundle/*.png"
]
},
"pushed_with_swift_version": "4.0"
}