blob: 58e4110c3aa616e6f5a11f672f76a4c8e37705f3 [file] [log] [blame]
{
"name": "Volumer",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"UIKit",
"MediaPlayer"
]
}