uber / UberSignature

Provides an iOS view controller allowing a user to draw their signature with their finger in a realistic style.
MIT License
1.29k stars 174 forks source link

Reduce the minimum iOS supported version #9

Closed 4brunu closed 6 years ago

4brunu commented 6 years ago

While adding support for CocoaPods (https://github.com/uber/UberSignature/issues/8), the minimum iOS supported version was raised from 8.0 to 11.4.

I'm not sure if this was an intentional change, but I need to support iOS 10.0.

@alanzeino can we set a lower minimum iOS supported version?

Thanks

alanzeino commented 6 years ago

Cool, just pushed version 1.0.3. It has a deployment target of iOS 10.0, the lowest version we support at Uber.