blob: 2d99a3793c3826b31ce28388159f2cdc27a44666 [file] [log] [blame]
{
"name": "MVTextInputScroller",
"version": "1.0.1",
"summary": "Helper class to center vertically any active input fields within a UIScrollView when the keyboard is visible",
"homepage": "https://github.com/bizz84/MVTextInputScroller",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Andrea Bizzotto": "bizz84@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bizz84/MVTextInputScroller.git",
"tag": "1.0.1"
},
"source_files": "MVTextInputsScroller/*.{h,m}",
"screenshots": [
"https://github.com/bizz84/MVTextInputScroller/raw/master/Screenshots/iPhonePortrait.png",
"https://github.com/bizz84/MVTextInputScroller/raw/master/Screenshots/iPhoneLandscape.png"
],
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true
}