michaeltyson / TPCircularBuffer

A simple, fast circular buffer implementation
http://atastypixel.com/blog/a-simple-fast-circular-buffer-implementation-for-audio-processing/
839 stars 141 forks source link

Fixed OSX Podspec issue #9

Closed syedhali closed 8 years ago

syedhali commented 8 years ago

This is a quick fix to the podspec to make sure the OSX field gets included in the platform declaration. Just updated EZAudio to use this in the master repo, but this is still an issue for people using Cocoapods.

Current error (TPCircularBuffer 1.3 on OSX):

Encountered an unknown error (The platform of the target `Pods` (OS X 10.8) is not compatible with `TPCircularBuffer (1.3)`

Cheers!

michaeltyson commented 8 years ago

Thanks! I'll push this to Cocoapods soon