blob: e60ca64ef0a0424c5417cb11195b30740cc368a8 [file] [log] [blame]
{
"name": "NAKPlaybackIndicatorView",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/NAKPlaybackIndicatorView.h",
"frameworks": "QuartzCore"
}