-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIQKeyboardToolbarManager.podspec.json
43 lines (43 loc) · 1.15 KB
/
IQKeyboardToolbarManager.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
{
"name": "IQKeyboardToolbarManager",
"version": "1.1.2",
"source": {
"git": "https://github.com/hackiftekhar/IQKeyboardToolbarManager.git",
"tag": "1.1.2"
},
"summary": "Used for placeholder support.",
"homepage": "https://github.com/hackiftekhar/IQKeyboardToolbarManager",
"screenshots": "https://raw.githubusercontent.com/hackiftekhar/IQKeyboardToolbarManager/master/Screenshot/IQKeyboardToolbarManagerScreenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Iftekhar Qurashi": "[email protected]"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": [
"5.7",
"5.8",
"5.9"
],
"dependencies": {
"IQKeyboardToolbar": [],
"IQTextInputViewNotification": []
},
"source_files": [
"IQKeyboardToolbarManager/Classes/**/*.{swift}"
],
"resource_bundles": {
"IQKeyboardToolbarManager": "IQKeyboardToolbarManager/Assets/**/*"
},
"frameworks": [
"UIKit"
],
"xcconfig": {
"ENABLE_USER_SCRIPT_SANDBOXING": "NO"
},
"requires_arc": true
}