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_versions": "5.0",
19 "swift_version": "5.0",
22 "name": "AccessoryView",
23 "source_files": "InputViews/AccessoryView/**/*.{swift}"
26 "name": "CollectionInputView",
27 "source_files": "InputViews/CollectionInputView/**/*.{swift}"
30 "name": "DatePickerInputView",
31 "source_files": "InputViews/DatePickerInputView/**/*.{swift}"
34 "name": "NoCutPasteField",
35 "source_files": "InputViews/NoCutPasteField/**/*.{swift}"
38 "name": "PickerInputView",
39 "source_files": "InputViews/PickerInputView/**/*.{swift}"
42 "name": "TableInputView",
43 "source_files": "InputViews/TableInputView/**/*.{swift}"