blob: b96b344d39a544820af32b96d7a73e89d4bc886b [file] [log] [blame]
{
"name": "RAutoAdjust",
"frameworks": "UIKit",
"platforms": {
"ios": "4.0"
},
"social_media_url": "http://rickytan.cn",
"version": "1.0.5",
"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": "1.0.5"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true
}