blob: 2f5a9af8326d523413539403c69e0f714b51f93a [file] [log] [blame]
{
"name": "Volumer",
"version": "0.1.0",
"summary": "A Swifty way to take control over the volume buttons on iOS.",
"description": "A Swifty way to take control over the volume buttons on iOS. Inspired by: https://github.com/jpsim/JPSVolumeButtonHandler",
"homepage": "https://github.com/BellAppLab/Volumer",
"license": "MIT",
"authors": {
"Bell App Lab": "apps@bellapplab.com"
},
"source": {
"git": "https://github.com/BellAppLab/Volumer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"UIKit",
"MediaPlayer"
]
}