[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 3 / 6 / 0 / InputViews / 1.0.4 / InputViews.podspec.json
blob6c52736b7dfbd34da18198051d389776a51841f0
2   "name": "InputViews",
3   "version": "1.0.4",
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.4"
17   },
18   "swift_versions": "5.0",
19   "swift_version": "5.0",
20   "subspecs": [
21     {
22       "name": "AccessoryView",
23       "source_files": "InputViews/AccessoryView/**/*.{swift}"
24     },
25     {
26       "name": "CollectionInputView",
27       "source_files": "InputViews/CollectionInputView/**/*.{swift}"
28     },
29     {
30       "name": "DatePickerInputView",
31       "source_files": "InputViews/DatePickerInputView/**/*.{swift}"
32     },
33     {
34       "name": "NoCutPasteField",
35       "source_files": "InputViews/NoCutPasteField/**/*.{swift}"
36     },
37     {
38       "name": "PickerInputView",
39       "source_files": "InputViews/PickerInputView/**/*.{swift}"
40     },
41     {
42       "name": "TableInputView",
43       "source_files": "InputViews/TableInputView/**/*.{swift}"
44     }
45   ]