blob: 064a481d0fc196ff947e9659b0e561cd664e6fd2 [file] [log] [blame]
{
"name": "FTIAutomaticKeyboardAdjustment",
"version": "1.0",
"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"
},
"source_files": "FTIAutomaticKeyboardAdjustment/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}