blob: c46f330b8efd47b93dc1d29062fc965ed191aa6f [file] [log] [blame]
{
"name": "KeyBoardHandling",
"version": "0.1.0",
"summary": "Just extend the class with the KeyBoardHandling class",
"description": "Just extend the any class with the KeyBoardHandling. Then implement the text view and text feild delegate on that view controller. And call the each view delegate with super of perticular one.",
"homepage": "https://github.com/AbhishekThorat/KeyBoardHandling",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AbhishekThorat": "abhishek.thorat18@gmail.com"
},
"source": {
"git": "https://github.com/AbhishekThorat/KeyBoardHandling.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KeyBoardHandling/Classes/**/*"
}