[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 3 / a / 6 / JPSVolumeButtonHandler / 1.0.4 / JPSVolumeButtonHandler.podspec.json
blobc459bde03e3c52dd0ee6419ba1d3a6b6dcb73e11
2   "name": "JPSVolumeButtonHandler",
3   "version": "1.0.4",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "license": "MIT",
8   "summary": "JPSVolumeButtonHandler provides an easy block interface to hardware volume buttons on iOS devices. Perfect for camera apps!",
9   "homepage": "https://github.com/jpsim/JPSVolumeButtonHandler",
10   "authors": {
11     "JP Simard": "jp@jpsim.com"
12   },
13   "source": {
14     "git": "https://github.com/jpsim/JPSVolumeButtonHandler.git",
15     "tag": "1.0.4"
16   },
17   "description": "JPSVolumeButtonHandler provides an easy block interface to hardware volume buttons on iOS devices. Perfect for camera apps! Features:\\n* Run blocks whenever a hardware volume button is pressed\\n* Volume button presses don't affect system audio\\n* Hide the HUD typically displayed on volume button presses\\n* Works even when the system audio level is at its maximum or minimum, even when muted",
18   "source_files": "JPSVolumeButtonHandler/*.{h,m}",
19   "frameworks": [
20     "MediaPlayer",
21     "AVFoundation"
22   ],
23   "requires_arc": true