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

fix podspec syntax #11

Closed mmerickel closed 8 years ago

mmerickel commented 8 years ago

When supporting multiple platforms you should use deployment_target below instead.

https://guides.cocoapods.org/syntax/podspec.html#platform

michaeltyson commented 8 years ago

Cheers!