blob: 62f2ea20d17b905cd5de67b31bbe3d5b40521648 [file] [log] [blame]
{
"name": "CMEqualizerIndicatorView",
"version": "1.4",
"summary": "Indicator view used to represent the play/pause/stop state of audio, compatible with OS X.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://cnnr.me",
"authors": {
"Connor Montgomery": "c@cnnr.me"
},
"source": {
"git": "https://github.com/connor/CMEqualizerIndicatorView.git",
"tag": "1.4"
},
"source_files": [
"CMEqualizerIndicatorView/CMEqualizerIndicatorView.{h,m}",
"CMEqualizerIndicatorView/NSView+NSViewAnimationWithBlocks.{h,m}"
],
"public_header_files": "CMEqualizerIndicatorView/*.h",
"requires_arc": true,
"platforms": {
"osx": "10.8"
}
}