[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 6 / 0 / InputViews / 1.0.3 / InputViews.podspec.json
blob85baf574df23922a8c3ecc06975938003f15ab22
2   "name": "InputViews",
3   "version": "1.0.3",
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",
7   "license": "MIT",
8   "authors": {
9     "Sagar Kothari": "sag333ar@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/sag333ar/InputViews.git",
16     "tag": "1.0.3"
17   },
18   "swift_version": "5.0",
19   "subspecs": [
20     {
21       "name": "AccessoryView",
22       "source_files": "InputViews/AccessoryView/**/*.{swift}"
23     },
24     {
25       "name": "CollectionInputView",
26       "source_files": "InputViews/CollectionInputView/**/*.{swift}"
27     },
28     {
29       "name": "DatePickerInputView",
30       "source_files": "InputViews/DatePickerInputView/**/*.{swift}"
31     },
32     {
33       "name": "NoCutPasteField",
34       "source_files": "InputViews/NoCutPasteField/**/*.{swift}"
35     },
36     {
37       "name": "PickerInputView",
38       "source_files": "InputViews/PickerInputView/**/*.{swift}"
39     },
40     {
41       "name": "TableInputView",
42       "source_files": "InputViews/TableInputView/**/*.{swift}"
43     }
44   ]