blob: f28505d0ba81c4d02e3be747897e4f1ff93599ad [file] [log] [blame]
{
"name": "IQKeyboardManagerSwift",
"version": "6.3.0",
"source": {
"git": "https://github.com/hackiftekhar/IQKeyboardManager.git",
"tag": "v6.3.0"
},
"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"
},
"swift_versions": [
"3.0",
"3.2",
"4.0",
"4.2",
"5.0"
],
"source_files": "IQKeyboardManagerSwift/**/*.{swift}",
"resources": "IQKeyboardManagerSwift/Resources/IQKeyboardManager.bundle",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"QuartzCore"
],
"requires_arc": true
}