-
-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathIQDropDownTextField.podspec.json
More file actions
executable file
·32 lines (32 loc) · 958 Bytes
/
IQDropDownTextField.podspec.json
File metadata and controls
executable file
·32 lines (32 loc) · 958 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
{
"name": "IQDropDownTextField",
"version": "4.0.4",
"source": {
"git": "https://github.com/hackiftekhar/IQDropDownTextField.git",
"tag": "4.0.4"
},
"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": [
"IQDropDownTextField/*.{h,m}"
],
"resource_bundles": {"IQDropDownTextField": "IQDropDownTextField/PrivacyInfo.xcprivacy"},
"public_header_files": [
"IQDropDownTextField/IQDropDownTextField.h",
"IQDropDownTextField/IQDropDownTextField+DateTime.h",
"IQDropDownTextField/IQDropDownTextFieldConstants.h"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true
}