Skip to content

Commit

Permalink
Update NAKPlaybackIndicatorView to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Feb 4, 2014
1 parent b94f142 commit 3a4f2f9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions NAKPlaybackIndicatorView/0.0.3/NAKPlaybackIndicatorView.podspec
@@ -0,0 +1,25 @@
Pod::Spec.new do |s|
s.name = 'NAKPlaybackIndicatorView'
s.version = '0.0.3'
s.summary = 'A view that mimics the music playback indicator in the Music.app on iOS 7.'
s.description = <<-DESC
A view that mimics the music playback indicator in the Music.app on iOS 7.
It has three vertical bars and they oscillate randomly.
DESC
s.homepage = 'https://github.com/yujinakayama/NAKPlaybackIndicatorView'
s.screenshots = 'https://raw.github.com/yujinakayama/NAKPlaybackIndicatorView/master/Documentation/screenshot.png'
s.license = 'MIT'
s.author = { 'Yuji Nakayama' => 'nkymyj@gmail.com' }
s.source = {
:git => 'https://github.com/yujinakayama/NAKPlaybackIndicatorView.git',
:tag => s.version.to_s
}

s.platform = :ios, '7.0'
s.ios.deployment_target = '7.0'
s.requires_arc = true

s.source_files = 'Classes'
s.public_header_files = 'Classes/NAKPlaybackIndicatorView.h'
s.frameworks = 'QuartzCore'
end

0 comments on commit 3a4f2f9

Please sign in to comment.