[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 3 / 6 / 0 / InputViews / 1.0.6 / InputViews.podspec.json
blob17bbe1678ef78ab0e96b026bfd07e27c76f803c9
2   "name": "InputViews",
3   "version": "1.0.6",
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.6"
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": "ColorPickerView",
42       "source_files": [
43         "InputViews/ColorPickerView/**/*.{swift}",
44         "InputViews/CollectionInputView/CollectionInputViewCell.swift"
45       ]
46     },
47     {
48       "name": "NoCutPasteField",
49       "source_files": "InputViews/NoCutPasteField/**/*.{swift}"
50     },
51     {
52       "name": "PickerInputView",
53       "source_files": "InputViews/PickerInputView/**/*.{swift}"
54     },
55     {
56       "name": "TableInputView",
57       "source_files": "InputViews/TableInputView/**/*.{swift}"
58     }
59   ]