alankarmisra / SwiftSiriWaveformView

A UIView subclass that reproduces the waveform effect seen in Siri on iOS 7+. It is a Swift adaptation of the amazing SCSiriWaveformView by Stefan Ceriu.
MIT License
176 stars 29 forks source link

Support for version older than ios 9.1? #4

Closed gianu closed 8 years ago

gianu commented 8 years ago

First of all, thanks for this amazing project.

I'm trying to use SwiftSiriWaveformView on a personal project with a deployment target of 9.0 (and possibly older...not sure yet) and I'm getting an error

Module file's minimum deployment target is ios9.1 v9.1 on the following line

import SwiftSiriWaveformView

I'm using version 0.0.3 (according to Podfile.lock)

gianu commented 8 years ago

My Bad, I just found how to do this.

I change the deployment target in the pod folder.

Sorry!

alankarmisra commented 8 years ago

Perfect! Glad you found a fix. If you need any other help, do let me know.

Best,

On Dec 4, 2015, at 9:56 PM, Sergio Rafael Gianazza notifications@github.com wrote:

My Bad, I just found how to do this.

I change the deployment target in the pod folder.

Sorry!

— Reply to this email directly or view it on GitHub.