blob: 0eacf22f8c826e1b5179b6ff64eb1efe75a424d9 [file] [log] [blame]
{
"name": "ScrollingContentViewController",
"version": "1.0.0",
"summary": "A Swift class that simplifies making a view controller's view scrollable",
"description": "ScrollingContentViewController makes it easy to create a view controller with a\nscrolling content view, or to convert an existing static view controller into\none that scrolls. Most importantly, it takes care of several tricky undocumented\nedge cases involving the keyboard, navigation controllers, and device rotations.",
"homepage": "https://github.com/drewolbrich/ScrollingContentViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"drewolbrich": "drew@retroactivefiasco.com"
},
"source": {
"git": "https://github.com/drewolbrich/ScrollingContentViewController.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/drewolbrich",
"platforms": {
"ios": "11.0"
},
"source_files": "Source/**/*.swift",
"frameworks": "UIKit",
"swift_version": "4.2"
}