blob: 4e1ac1cb87d5776267797a9b3f22a2bc3fcc42fe [file] [log] [blame]
{
"name": "SYKeyboardVisible",
"version": "1.0",
"license": "Custom, see Readme.md",
"summary": "Singleton to determine if the keyboard is currently visible",
"homepage": "https://github.com/dvkch/SYKeyboardVisible",
"authors": {
"Stan Chevallier": "contact@stanislaschevallier.fr"
},
"source": {
"git": "https://github.com/dvkch/SYKeyboardVisible.git",
"tag": "1.0"
},
"source_files": "SYKeyboardVisible/SYKeyboardVisible.{h,m}",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
},
"platforms": {
"ios": "5.0"
}
}