blob: 07d725e38618355abf2c06776b1c6176a01acb1f [file] [log] [blame]
{
"name": "YIDetectWindow",
"version": "1.0.1",
"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.1"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "4.3"
}
}