forked from hackiftekhar/IQKeyboardManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIQKeyboardManager.podspec.json
More file actions
27 lines (27 loc) · 863 Bytes
/
IQKeyboardManager.podspec.json
File metadata and controls
27 lines (27 loc) · 863 Bytes
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
{
"name": "IQKeyboardManager",
"version": "4.0.9",
"source": {
"git": "https://github.com/hackiftekhar/IQKeyboardManager.git",
"tag": "v4.0.9"
},
"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": "8.0"
},
"source_files": "IQKeyboardManager/**/*.{h,m}",
"resources": "IQKeyboardManager/Resources/IQKeyboardManager.bundle",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"QuartzCore"
],
"requires_arc": true
}