4 "summary": "Custom input views for UIKeyboard",
5 "description": "Input views for UITextField show PickerView, TableView, Collection, instead of default keyboard",
6 "homepage": "https://github.com/sag333ar/InputViews",
9 "Sagar Kothari": "sag333ar@gmail.com"
15 "git": "https://github.com/sag333ar/InputViews.git",
18 "swift_version": "5.0",
21 "name": "AccessoryView",
22 "source_files": "InputViews/AccessoryView/**/*.{swift}"
25 "name": "CollectionInputView",
26 "source_files": "InputViews/CollectionInputView/**/*.{swift}"
29 "name": "DatePickerInputView",
30 "source_files": "InputViews/DatePickerInputView/**/*.{swift}"
33 "name": "NoCutPasteField",
34 "source_files": "InputViews/NoCutPasteField/**/*.{swift}"
37 "name": "PickerInputView",
38 "source_files": "InputViews/PickerInputView/**/*.{swift}"
41 "name": "TableInputView",
42 "source_files": "InputViews/TableInputView/**/*.{swift}"