blob: 4a8e9c03c024150d3fba066c1fe5211254b7e0fd [file] [log] [blame]
{
"name": "ScrollViewKeyboardAvoider",
"version": "1.0.4",
"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.4"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Sources",
"requires_arc": true,
"frameworks": "UIKit"
}