syedhali / EZAudio

An iOS and macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.
Other
4.94k stars 822 forks source link

Bring back iOS 7 support #273

Open streeter opened 8 years ago

streeter commented 8 years ago

When bumping EZAudio to 1.1.3 from 1.1.2 in c5c19c3a847632c1c2cba7a69efd590e278ee055, it looks like the iOS deployment target (for CocoaPods) was bumped to iOS 8+. There was another commit (aff42b0b1a4d78fad0e2fb52b517274567e05796) that upped the target for the examples, but as far as I can tell, iOS 7 should also work, unless I'm missing some requirement for 8+ that happened between 1.1.2 and 1.1.3.

ryanholden8 commented 8 years ago

I also have this same question :) @syedhali

Thanks for the hard work and great library!