blob: b9f6dc047ae02820b5171af4428ccf8c16228d16 [file] [log] [blame]
{
"name": "EDKeyboardHandler",
"version": "0.0.1",
"summary": "simple keyboard listener",
"description": "lightweight keyboard listener to adjust views according to keyboard position.",
"homepage": "https://github.com/merend/EDKeyboardHandler",
"license": "MIT",
"authors": {
"Eren Demirbuken": "erendemirbuken@peakgames.net"
},
"source": {
"git": "https://github.com/merend/EDKeyboardHandler.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "EDKeyboardHandler/Classes/**/*",
"resource_bundles": {
"EDKeyboardHandler": [
"EDKeyboardHandler/Assets/*.png"
]
}
}