[Add] AnyThinkAdmobSDKAdapter 6.4.37.1
[CocoaPods.git] / Specs / 4 / 7 / 6 / Volumer / 0.1.0 / Volumer.podspec.json
blob2f5a9af8326d523413539403c69e0f714b51f93a
2   "name": "Volumer",
3   "version": "0.1.0",
4   "summary": "A Swifty way to take control over the volume buttons on iOS.",
5   "description": "A Swifty way to take control over the volume buttons on iOS. Inspired by: https://github.com/jpsim/JPSVolumeButtonHandler",
6   "homepage": "https://github.com/BellAppLab/Volumer",
7   "license": "MIT",
8   "authors": {
9     "Bell App Lab": "apps@bellapplab.com"
10   },
11   "source": {
12     "git": "https://github.com/BellAppLab/Volumer.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "frameworks": [
21     "UIKit",
22     "MediaPlayer"
23   ]