blob: c95bc5fcfd53a8d2745067debaafe5ad429cb6a3 [file] [log] [blame]
{
"name": "JPSVolumeButtonHandler",
"version": "0.0.1",
"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": "0.0.1"
},
"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
}