blob: 7d32353d3936d69cde1c618b56c69f6d0e7f746e [file] [log] [blame]
{
"name": "YYKeyboardManager",
"summary": "iOS utility class allows you to access keyboard view and track keyboard animation.",
"version": "1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ibireme": "ibireme@gmail.com"
},
"social_media_url": "http://blog.ibireme.com",
"homepage": "https://github.com/ibireme/YYKeyboardManager",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/ibireme/YYKeyboardManager.git",
"tag": "1.0"
},
"requires_arc": true,
"source_files": "YYKeyboardManager/*.{h,m}",
"public_header_files": "YYKeyboardManager/*.{h}",
"frameworks": "UIKit"
}