blob: 05b265c80600322b16eaa55259438414e75cfd6a [file] [log] [blame]
{
"name": "RAutoAdjust",
"version": "1.0.0",
"summary": "a drop-in replacement of UITextField and UITextView which adjust window position to make itself visible when keyboard pop out",
"description": "a drop-in replacement of UITextField and UITextView which can automatically adjust window position to make itself visible when keyboard pop out",
"homepage": "https://github.com/rickytan/RAutoAdjust",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rickytan": "ricky.tan.xin@gmail.com"
},
"source": {
"git": "https://github.com/rickytan/RAutoAdjust.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "4.0"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true
}