blob: 203f791d50d63542b9a8673ed1dc7e45fc08eab6 [file] [log] [blame]
{
"name": "ACKeyboardObserver",
"version": "0.1.0",
"summary": "A better way to handle keyboard events",
"description": " * Convert six NSNotifications into a delegate with two methods. \n * Provide a quick method to perform keyboard related animation.\n * Compatible with Swift\n",
"homepage": "https://github.com/yanke-guo/ACKeyboardObserver",
"license": "MIT",
"authors": {
"YANKE Guo": "me@yanke.io"
},
"source": {
"git": "https://github.com/yanke-guo/ACKeyboardObserver.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}"
}