forked from hackiftekhar/IQKeyboardManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IQKeyboardManagerSwift.podspec.json
38 lines (38 loc) · 1.17 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
{
"name": "IQKeyboardManagerSwift",
"version": "7.0.3",
"source": {
"git": "https://github.com/hackiftekhar/IQKeyboardManager.git",
"tag": "7.0.3"
},
"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/IQKeyboardManagerScreenshot.png",
"license": "MIT",
"authors": {
"Iftekhar Qurashi": "[email protected]"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": [
"5.5",
"5.6",
"5.7",
"5.8",
"5.9"
],
"source_files": "IQKeyboardManagerSwift/**/*.{swift}",
"resource_bundles": {"IQKeyboardManagerSwift": "IQKeyboardManagerSwift/PrivacyInfo.xcprivacy"},
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"QuartzCore"
],
"libraries": "swiftCoreGraphics",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(SDKROOT)/usr/lib/swift"
},
"requires_arc": true
}