blob: df473f0f005a0da8498865e3a23117df5abac426 [file] [log] [blame]
{
"name": "VolumeButtons",
"version": "1.0.0",
"summary": "VolumeButtons provides interface for handle clicks on hardware volume buttons on iOS devices.",
"description": "VolumeButtons provides interface for handle clicks on hardware volume buttons on iOS devices.\nVolume button presses don't affect system audio level.\nThis library is suitable for make photos in camera apps.",
"homepage": "https://github.com/RedMadRobot/VolumeButtons",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Glezman": "a.glezman@redmadrobot.com"
},
"source": {
"git": "https://github.com/RedMadRobot/VolumeButtons.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "VolumeButtons/Classes/**/*",
"frameworks": [
"UIKit",
"AVFoundation"
],
"swift_version": "5.0"
}