blob: 1b031f0437105ba09c1dc46fbcba30c17460a526 [file] [log] [blame]
{
"name": "JPSVolumeButtonHandler",
"version": "1.0.3",
"platforms": {
"ios": "7.0"
},
"license": "MIT",
"summary": "JPSVolumeButtonHandler provides an easy block interface to hardware volume buttons on iOS devices. Perfect for camera apps!",
"homepage": "https://github.com/jpsim/JPSVolumeButtonHandler",
"authors": {
"JP Simard": "jp@jpsim.com"
},
"source": {
"git": "https://github.com/jpsim/JPSVolumeButtonHandler.git",
"tag": "1.0.3"
},
"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",
"source_files": "JPSVolumeButtonHandler/*.{h,m}",
"frameworks": [
"MediaPlayer",
"AVFoundation"
],
"requires_arc": true
}