blob: 995623dcdb9c6e10ec19db3971f1409e5cce9fa4 [file] [log] [blame]
{
"name": "ScrollViewKeyboardAvoider",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "11.1"
},
"source_files": "Sources",
"requires_arc": true,
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}