drtimcooper / LatLongToTimezone

Lat/long to timezone mapper in Java. Does not require web services or data files - just pure Java or Swift.
MIT License
167 stars 33 forks source link

Set carthage project min ios version to 9.1 #28

Closed philippeauriach closed 5 years ago

philippeauriach commented 5 years ago

Today when installing with carthage, project comes with a min deployment version of iOS 12, which is really high :) the projects compiles fine with iOS 9.1 so I got that down to make it compatible with a lot more devices (and therefore projects).