[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 6 / 0 / InputViews / 1.0.5 / InputViews.podspec.json
blob3aafc010347b0fb72c2384374308a870c048ba9c
2   "name": "InputViews",
3   "version": "1.0.5",
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.5"
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       "subspecs": [
29         {
30           "name": "PickFontAwesomeIconView",
31           "resources": "InputViews/CollectionInputView/PickFontAwesomeIconView/*.{otf}",
32           "source_files": "InputViews/CollectionInputView/**/*.{swift}"
33         }
34       ]
35     },
36     {
37       "name": "DatePickerInputView",
38       "source_files": "InputViews/DatePickerInputView/**/*.{swift}"
39     },
40     {
41       "name": "NoCutPasteField",
42       "source_files": "InputViews/NoCutPasteField/**/*.{swift}"
43     },
44     {
45       "name": "PickerInputView",
46       "source_files": "InputViews/PickerInputView/**/*.{swift}"
47     },
48     {
49       "name": "TableInputView",
50       "source_files": "InputViews/TableInputView/**/*.{swift}"
51     }
52   ]