blob: c59fab81624d9824d457a81fb1bbdac2a58a7f1d [file] [log] [blame]
{
"name": "KeyboardHandler",
"version": "0.0.1",
"summary": "A tool helps you handle with keybord on iOS.",
"homepage": "https://github.com/p581581/KeyboardHandler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Boyi Wu": "p581581@gmail.com"
},
"source": {
"git": "https://github.com/p581581/KeyboardHandler.git",
"tag": "0.0.1"
},
"source_files": "KeyboardHandler/KeyboardHandler.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"platforms": {
"ios": "7.0"
}
}