blob: 9b778bfb91d6ef5149b3d714af5c961b23dde9fc [file] [log] [blame]
{
"name": "FTIAutomaticKeyboardAdjustment",
"version": "1.0.1",
"summary": "Automatically rearrange bottom constraints to accomodate the keyboard.",
"description": "An addition to UIViewController that automatically rearranges constraints to the bottom of the view (or bottom layout guide) to account for the keyboard when it's showing.",
"homepage": "http://52inc.com",
"license": "MIT",
"authors": {
"Brendan Lee": "brendan@52inc.com"
},
"social_media_url": "http://twitter.com/brendan09",
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/brendan09/FTIAutomaticKeyboardAdjustment.git",
"tag": "1.0.1"
},
"source_files": "FTIAutomaticKeyboardAdjustment/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}