blob: a5a5a993b18cd96ee3b7f7e1fa34032a45c72273 [file] [log] [blame]
{
"name": "Volumizer",
"version": "1.1.1",
"platforms": {
"ios": "10.0"
},
"license": {
"type": "MIT",
"file": "license"
},
"summary": "Volumizer replaces the system volume popup with a simple progress bar.",
"homepage": "https://github.com/fxwx23/Volumizer",
"authors": {
"Fumitaka Watanabe": "fxwx23@gmail.com"
},
"social_media_url": "https://twitter.com/fxwx23",
"source": {
"git": "https://github.com/fxwx23/Volumizer.git",
"tag": "v1.1.1"
},
"description": "-Volumizer replaces the system volume popup with a simple progress bar.\n-Features\n-1. Swift4.2\n-2. Hide the system volume HUD typically displayed on volume button presses\n-3. Show a simple progress bar like Instagram's iOS app does\n-4. Well easy to customize appearance\n-5. Only support portrait mode",
"source_files": "Volumizer/*.{h,m,swift}",
"frameworks": [
"MediaPlayer",
"AVFoundation"
],
"requires_arc": true
}