-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIQKeyboardToolbar.podspec.json
59 lines (58 loc) · 1.57 KB
/
IQKeyboardToolbar.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
{
"name": "IQKeyboardToolbar",
"version": "1.1.2",
"source": {
"git": "https://github.com/hackiftekhar/IQKeyboardToolbar.git",
"tag": "1.1.2"
},
"summary": "IQToolbar creation related classes and functions.",
"description": "This library contains classes related to the toolbar which usually we show over the keyboard",
"homepage": "https://github.com/hackiftekhar/IQKeyboardToolbar",
"screenshots": "https://raw.githubusercontent.com/hackiftekhar/IQKeyboardToolbar/master/Screenshot/IQKeyboardToolbarScreenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Iftekhar Qurashi": "hack.iftekhar@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": [
"5.7",
"5.8",
"5.9"
],
"subspecs": [
{
"name": "Core",
"source_files": [
"IQKeyboardToolbar/Classes/**/*.{swift}"
],
"dependencies": {
"IQKeyboardCore": [],
"IQKeyboardToolbar/Placeholderable": []
}
},
{
"name": "Placeholderable",
"source_files": [
"IQKeyboardToolbar/Placeholderable/**/*.{swift}"
]
}
],
"default_subspecs": [
"Core"
],
"resource_bundles": {
"IQKeyboardToolbar": "IQKeyboardToolbar/Assets/**/*"
},
"frameworks": [
"UIKit"
],
"xcconfig": {
"ENABLE_USER_SCRIPT_SANDBOXING": "NO"
},
"requires_arc": true
}