-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
/
IQKeyboardManagerSwift.podspec.json
93 lines (93 loc) · 2.71 KB
/
IQKeyboardManagerSwift.podspec.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "IQKeyboardManagerSwift",
"version": "8.0.0",
"source": {
"git": "https://github.com/hackiftekhar/IQKeyboardManager.git",
"tag": "8.0.0"
},
"summary": "Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView.",
"homepage": "https://github.com/hackiftekhar/IQKeyboardManager",
"screenshots": "https://raw.githubusercontent.com/hackiftekhar/IQKeyboardManager/master/Screenshot/Social.png",
"license": "MIT",
"authors": {
"Iftekhar Qurashi": "hack.iftekhar@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": [
"5.7",
"5.8",
"5.9"
],
"subspecs": [
{
"name": "Appearance",
"source_files": [
"IQKeyboardManagerSwift/Appearance/**/*.{swift}"
],
"dependencies": {
"IQKeyboardManagerSwift/Core": []
}
},
{
"name": "Core",
"source_files": [
"IQKeyboardManagerSwift/IQKeyboardManager/**/*.{swift}",
"IQKeyboardManagerSwift/IQKeyboardNotification/**/*.{swift}",
"IQKeyboardManagerSwift/IQTextInputViewNotification/**/*.{swift}"
],
"dependencies": {
"IQKeyboardNotification": [],
"IQTextInputViewNotification": []
}
},
{
"name": "IQKeyboardReturnManager",
"dependencies": {
"IQKeyboardReturnManager": []
}
},
{
"name": "IQKeyboardToolbarManager",
"source_files": [
"IQKeyboardManagerSwift/IQKeyboardToolbarManager/**/*.{swift}"
],
"dependencies": {
"IQKeyboardManagerSwift/Core": [],
"IQKeyboardToolbarManager": []
}
},
{
"name": "IQTextView",
"dependencies": {
"IQTextView": []
}
},
{
"name": "Resign",
"source_files": [
"IQKeyboardManagerSwift/Resign/**/*.{swift}"
],
"dependencies": {
"IQKeyboardManagerSwift/Core": []
}
}
],
"default_subspecs": [
"Appearance",
"Core",
"IQKeyboardReturnManager",
"IQKeyboardToolbarManager",
"IQTextView",
"Resign"
],
"resource_bundles": {"IQKeyboardManagerSwift": "IQKeyboardManagerSwift/PrivacyInfo.xcprivacy"},
"frameworks": [
"UIKit"
],
"xcconfig": {
"ENABLE_USER_SCRIPT_SANDBOXING": "NO"
},
"requires_arc": true
}