-
-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathIQDropDownTextFieldSwift.podspec.json
More file actions
35 lines (35 loc) · 888 Bytes
/
IQDropDownTextFieldSwift.podspec.json
File metadata and controls
35 lines (35 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "IQDropDownTextFieldSwift",
"version": "4.0.5",
"source": {
"git": "https://github.com/hackiftekhar/IQDropDownTextField.git",
"tag": "4.0.5"
},
"summary": "TextField with DropDown support using UIPickerView",
"homepage": "https://github.com/hackiftekhar/IQDropDownTextField",
"license": "MIT",
"authors": {
"Iftekhar Qurashi": "hack.iftekhar@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source_files": [
"IQDropDownTextFieldSwift/*.{swift}"
],
"resource_bundles": {"IQDropDownTextFieldSwift": "IQDropDownTextFieldSwift/PrivacyInfo.xcprivacy"},
"swift_versions": [
"5.5",
"5.6",
"5.7",
"5.8",
"5.9",
"6.0"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true
}