Fixed StreamingKit.podspec

This commit is contained in:
Thong Nguyen 2014-01-20 15:54:52 +00:00
parent 18fc7353f9
commit 6f37a24d1d
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "Audjustable"
s.version = "0.0.9"
s.name = "StreamingKit"
s.version = "0.0.13"
s.summary = "A fast and extensible audio streamer for iOS and OSX with support for gapless playback and custom (non-HTTP) sources."
s.homepage = "http://tumtumtum.github.com/audjustable/"
s.homepage = "https://github.com/tumtumtum/StreamingKit/"
s.license = 'MIT'
s.author = { "Thong Nguyen" => "tumtumtum@gmail.com" }
s.source = { :git => "https://github.com/tumtumtum/audjustable.git", :tag => s.version.to_s}
s.source = { :git => "https://github.com/tumtumtum/StreamingKit.git", :tag => s.version.to_s}
s.platform = :ios
s.requires_arc = true
s.source_files = 'Audjustable/Classes/AudioPlayer/*.{h,m}'
s.source_files = 'StreamingKit/StreamingKit/*.{h,m}'
s.frameworks = 'AVFoundation', 'SystemConfiguration', 'CFNetwork', 'CoreFoundation', 'AudioToolbox'
end