blob: a34ae2b345457ffd6730e0e5ec133b3b47a837e7 [file] [log] [blame]
{
"name": "YIDetectWindow",
"version": "1.0.0",
"license": {
"type": "Beerware",
"text": "If we meet some day, and you think this stuff is worth it, you can buy me a beer in return."
},
"homepage": "https://github.com/inamiy/YIDetectWindow",
"authors": {
"Yasuhiro Inami": "inamiy@gmail.com"
},
"summary": "A subclass of UIWindow for detecting shake, status-bar-tap, long-press, touchBegan/Moved/Ended/Cancelled, via NSNotification.",
"source": {
"git": "https://github.com/inamiy/YIDetectWindow.git",
"tag": "1.0.0"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "4.3"
}
}