mirror of
https://github.com/HackPlan/IQKeyboardManager.git
synced 2026-01-12 22:44:22 +08:00
30 lines
929 B
JSON
30 lines
929 B
JSON
{
|
|
"name": "IQKeyboardManagerSwift",
|
|
"version": "4.0.6",
|
|
"source": {
|
|
"git": "https://github.com/hackiftekhar/IQKeyboardManager.git",
|
|
"tag": "v4.0.6"
|
|
},
|
|
"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": "IQKeyboardManagerSwift/**/*.{swift}",
|
|
"resources": "IQKeyboardManagerSwift/Resources/IQKeyboardManager.bundle",
|
|
"frameworks": [
|
|
"UIKit",
|
|
"Foundation",
|
|
"CoreGraphics"
|
|
],
|
|
"requires_arc": true,
|
|
"pod_target_xcconfig": {
|
|
"SWIFT_VERSION": "3.0"
|
|
}
|
|
}
|