Skip to content

Commit

Permalink
add TPCircularBuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
pje committed Sep 6, 2012
1 parent 802f7af commit bf95db5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions TPCircularBuffer/0.0.1/TPCircularBuffer.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "TPCircularBuffer"
s.version = '0.0.1'
s.summary = 'A simple, fast circular buffer implementation.'
s.homepage = 'https://github.com/michaeltyson/TPCircularBuffer'
s.authors = { 'Michael Tyson' => 'michael@atastypixel.com' }
s.license = 'MIT'
s.source = { :git => 'https://github.com/michaeltyson/TPCircularBuffer.git', :commit => 'f3d046f037ae2bba2b8ad3048fd126604b70d63d' }
s.source_files = 'TPCircularBuffer*.{c,h}'
s.requires_arc = false
s.ios.frameworks = %w{AudioToolbox}
s.osx.frameworks = %w{AudioToolbox}
end

0 comments on commit bf95db5

Please sign in to comment.