[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / a / 2 / 9 / VolumeButtonHandler / 0.1.0 / VolumeButtonHandler.podspec.json
blobb53dadb0d1e240de62b096114434dc8e2810721a
2   "name": "VolumeButtonHandler",
3   "version": "0.1.0",
4   "summary": "A simple handler that detects the pressing of up/down buttons on iOS devices. Also works well with Bluetooth remote controls.",
5   "description": "A simple handler that detects the pressing of up/down buttons on iOS devices.\nFeatures:\n* Volume button presses don't affect system audio\n* Works with Bluetooth remote controls\n* The volume HUD is not displayed\n* Works when the system volume is muted or is at the maximum or minimum",
6   "homepage": "https://github.com/sieroshtan/VolumeButtonHandler",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Alex Sieroshtan": "alexseroshtan@gmail.com"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/sieroshtan/VolumeButtonHandler.git",
18     "tag": "0.1.0"
19   },
20   "source_files": [
21     "Classes",
22     "VolumeButtonHandler.{swift}"
23   ],
24   "requires_arc": true,
25   "swift_version": "4"