blob: f0e9614b46146cb27b73d11da0fdd4a840a5e722 [file] [log] [blame]
{
"name": "ScrollViewController",
"version": "1.0.8",
"summary": "Controls UIScrollView so the content is in the right place",
"homepage": "https://github.com/darrarski/ScrollViewController",
"authors": {
"Dariusz Rybicki": "darrarski@gmail.com"
},
"social_media_url": "https://twitter.com/darrarski",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/darrarski/ScrollViewController.git",
"tag": "v1.0.8"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Sources",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"KeyboardFrameChangeListener": [
"~> 1.0"
],
"ScrollViewKeyboardAvoider": [
"~> 1.0"
]
}
}