[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / e / UIComboBox / 0.1.0 / UIComboBox.podspec.json
blob8a8aa14c5c9f63352b84699765d63ee870677ab7
2   "name": "UIComboBox",
3   "version": "0.1.0",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/Kiwijane3/UIComboBox",
8   "authors": {
9     "Jane Fraser": "janef0421@icloud.com"
10   },
11   "summary": "A flexible control for UIKit that allows the user to select a single element from a dropdown.",
12   "source": {
13     "git": "https://github.com/Kiwijane3/UIComboBox.git",
14     "tag": "v0.1.0"
15   },
16   "module_name": "ComboBox",
17   "swift_versions": "5.6",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ComboBox/**/*.swift",
22   "ios": {
23     "frameworks": "UIKit"
24   },
25   "dependencies": {
26     "DiffableDataSources": [
28     ]
29   },
30   "swift_version": "5.6"