forked from hackiftekhar/IQKeyboardManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IQKeyboardManager.podspec.json
42 lines (42 loc) · 1.64 KB
/
IQKeyboardManager.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
{
"name": "IQKeyboardManager",
"version": "6.5.19",
"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": "hack.iftekhar@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source_files": "IQKeyboardManager/**/*.{h,m}",
"resource_bundles": {"IQKeyboardManager": "IQKeyboardManager/PrivacyInfo.xcprivacy"},
"public_header_files": [
"IQKeyboardManager/IQKeyboardManager.h",
"IQKeyboardManager/IQKeyboardReturnKeyHandler.h",
"IQKeyboardManager/Categories/IQUIScrollView+Additions.h",
"IQKeyboardManager/Categories/IQUITextFieldView+Additions.h",
"IQKeyboardManager/Categories/IQUIView+Hierarchy.h",
"IQKeyboardManager/Categories/IQUIViewController+Additions.h",
"IQKeyboardManager/Constants/IQKeyboardManagerConstants.h",
"IQKeyboardManager/IQTextView/IQTextView.h",
"IQKeyboardManager/IQToolbar/IQBarButtonItem.h",
"IQKeyboardManager/IQToolbar/IQPreviousNextView.h",
"IQKeyboardManager/IQToolbar/IQTitleBarButtonItem.h",
"IQKeyboardManager/IQToolbar/IQToolbar.h",
"IQKeyboardManager/IQToolbar/IQUIView+IQKeyboardToolbar.h"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"QuartzCore"
],
"requires_arc": true
}