blob: 83d9943f28433f72bf4b4dd98ac3c286ae047a5a [file] [log] [blame]
{
"name": "NAKPlaybackIndicatorView",
"version": "0.1.1",
"summary": "A view that mimics the music playback indicator in the Music.app on iOS 7.",
"description": "A view that mimics the music playback indicator in the Music.app on iOS 7.\nIt has three vertical bars and they oscillate randomly.",
"homepage": "https://github.com/yujinakayama/NAKPlaybackIndicatorView",
"screenshots": "https://raw.github.com/yujinakayama/NAKPlaybackIndicatorView/master/Documentation/screenshot.png",
"license": "MIT",
"authors": {
"Yuji Nakayama": "nkymyj@gmail.com"
},
"source": {
"git": "https://github.com/yujinakayama/NAKPlaybackIndicatorView.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": [
"Classes/NAKPlaybackIndicatorView.h",
"Classes/NAKPlaybackIndicatorViewStyle.h"
],
"frameworks": "QuartzCore"
}