blob: 7fd41eb933437bce5e2e5d13a3280d939d1fab0f [file] [log] [blame]
{
"name": "NAKPlaybackIndicatorView",
"version": "0.0.2",
"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.\n It has three vertical bars and they oscillate randomly.\n",
"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.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/NAKPlaybackIndicatorView.h",
"frameworks": "QuartzCore"
}