blob: 1baa4f76f2f7fbb207094c0682f71d39121cf09b [file] [log] [blame]
{
"name": "TTKeyboardAvoidingScrollView",
"version": "0.1.2",
"summary": "A UIScrollView subclass that automatically adjusts its insets to match the keyboard show/hide",
"description": "This UIScrollView subclass automatically adjusts its scroll insets to match the keyboard show/hide",
"homepage": "https://github.com/dhiraj/TTKeyboardAvoidingScrollView",
"screenshots": "https://cloud.githubusercontent.com/assets/43901/16893494/4180c098-4b57-11e6-95f9-a7216d62c63c.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dhiraj Gupta": "dhiraj@traversient.com"
},
"source": {
"git": "https://github.com/dhiraj/TTKeyboardAvoidingScrollView.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/dhiraj",
"platforms": {
"ios": "6.0"
},
"source_files": "TTKeyboardAvoidingScrollView/Classes/**/*",
"public_header_files": "TTKeyboardAvoidingScrollView/Classes/**/*.h"
}