[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 3 / 7 / YIDetectWindow / 1.0.0 / YIDetectWindow.podspec.json
bloba34ae2b345457ffd6730e0e5ec133b3b47a837e7
2   "name": "YIDetectWindow",
3   "version": "1.0.0",
4   "license": {
5     "type": "Beerware",
6     "text": "If we meet some day, and you think this stuff is worth it, you can buy me a beer in return."
7   },
8   "homepage": "https://github.com/inamiy/YIDetectWindow",
9   "authors": {
10     "Yasuhiro Inami": "inamiy@gmail.com"
11   },
12   "summary": "A subclass of UIWindow for detecting shake, status-bar-tap, long-press, touchBegan/Moved/Ended/Cancelled, via NSNotification.",
13   "source": {
14     "git": "https://github.com/inamiy/YIDetectWindow.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "Classes/*.{h,m}",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "4.3"
21   }