efremidze / Haptica

Easy Haptic Feedback Generator 📳
MIT License
759 stars 43 forks source link

Lower Deployment Target to 9.0 #12

Closed EternalBlack closed 5 years ago

EternalBlack commented 5 years ago

Checklist

Motivation and Context

Library is hard/impossible to use via carthage if the host project has a Deployment Target of 9.0. I do know that inside the CONTRIBUTING.md it is stated to not lower the deployment target. But still, I would prefer to at least have the option to use the framework and add extra functionality with ease for my users that are >=iOS 10.0 without any hassle.

Description

Lowers the Deployment Target to 9.0 whereas for devices lower than iOS 10 it simply does nothing.