blob: eaa9b882a31603432c868e67cbcf944d413e7ff0 [file] [log] [blame]
{
"name": "AdaptiveTyping",
"version": "1.0.0",
"summary": "Easily adjust layouts to make room for the iOS Keyboard.",
"description": "AdaptiveTyping provides a view controller, SafeAreaViewController, which will automatically\nadjust its safe area to account for any changes in the presenation of the iOS Keyboard.",
"homepage": "https://github.com/altece/AdaptiveTyping",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Steven Brunwasser": "steve@brun.ws"
},
"source": {
"git": "https://github.com/altece/AdaptiveTyping.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "AdaptiveTyping/**/*.{h,m,swift}",
"frameworks": [
"UIKit"
],
"pushed_with_swift_version": "4.0"
}