Skip to content

Commit

Permalink
[Add] GVMusicPlayerController 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Renskers committed Oct 5, 2012
1 parent e31f0e8 commit 57ce18d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions GVMusicPlayerController/0.1.0/GVMusicPlayerController.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "GVMusicPlayerController"
s.version = "0.1.0"
s.summary = "The power of AVPlayer with the simplicity of MPMusicPlayerController."
s.homepage = "https://github.com/gangverk/GVMusicPlayerController"
s.license = 'MIT'
s.author = { "Kevin Renskers" => "info@mixedcase.nl" }
s.source = { :git => "https://github.com/gangverk/GVMusicPlayerController.git", :tag => "0.1.0" }
s.platform = :ios, '4.0'
s.source_files = 'GVMusicPlayerController/*.{h,m}'
s.requires_arc = true
s.frameworks = 'CoreMedia', 'AudioToolbox', 'AVFoundation', 'MediaPlayer'
end

0 comments on commit 57ce18d

Please sign in to comment.