blob: 53ed599003670b597b3e9136526ac97cee906c06 [file] [log] [blame]
{
"name": "ScrollViewKeyboardAvoider",
"version": "1.0.5",
"summary": "Adjust insets in UIScrollView so the keyboard does not cover content",
"homepage": "https://github.com/darrarski/ScrollViewKeyboardAvoider",
"authors": {
"Dariusz Rybicki": "darrarski@gmail.com"
},
"social_media_url": "https://twitter.com/darrarski",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/darrarski/ScrollViewKeyboardAvoider.git",
"tag": "v1.0.5"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Sources",
"requires_arc": true,
"frameworks": "UIKit"
}