blob: 5a295f208f168b640d9900313ecc57e191290202 [file] [log] [blame]
{
"name": "RDVKeyboardAvoiding",
"version": "1.1.0",
"summary": "Keyboard avoiding scroll view for iOS",
"description": "Simple and powerful scrollView, taking care of moving content from underneath the keyboard.",
"homepage": "https://github.com/robbdimitrov/RDVKeyboardAvoiding",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Robert Dimitrov": "robert_dimitrov@me.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/robbdimitrov/RDVKeyboardAvoiding.git",
"tag": "1.1.0"
},
"source_files": [
"RDVKeyboardAvoiding",
"RDVKeyboardAvoiding/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation"
],
"requires_arc": true,
"deprecated": true
}