blob: 99bb8f97b95d4174bbdee692eec457c249fff8b6 [file] [log] [blame]
{
"name": "UIScrollView-Keyboard",
"version": "0.1.0",
"summary": "A UIScrollView category to prevent the keyboard from hidding your view content.",
"description": " UIScrollView-Keyboard is an UIScrollView category that helps you in an easy way to handle\n when the keyboard appears and dissapears so it doesn't hide the contents on your view.\n",
"homepage": "https://github.com/juanuribeo13/UIScrollView-Keyboard",
"license": "MIT",
"authors": {
"Juan Uribe": "juanuribeo13@gmail.com"
},
"source": {
"git": "https://github.com/juanuribeo13/UIScrollView-Keyboard.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UIScrollView-Keyboard": [
"Pod/Assets/*.png"
]
}
}