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

cocoapod repo has out of date podspec? #12

Closed mikewoodworth closed 8 years ago

mikewoodworth commented 8 years ago

I'm running into problems loading this pod in osx:

[!] The platform of the target OneLight (OS X 10.8) is not compatible with TPCircularBuffer (1.3), which does not support osx.

The podspec in this github repo seems correct (supports osx 10.8+), the podspec on cocoapods seems to be ios only.

michaeltyson commented 8 years ago

Ah, maybe it's time to update the pod then =) Try now, I've just submitted v1.4

mikewoodworth commented 8 years ago

that worked, thanks!