ElaWorkshop / TagListView

Simple and highly customizable iOS tag list view, in Swift.
MIT License
2.63k stars 492 forks source link

Bump deployment targets #295

Closed olejnjak closed 1 year ago

olejnjak commented 1 year ago

As Xcode 14.3 is out, iOS 8.0 deployment target causes build issues, so for Carthage and SPM I updated deployment target to iOS 9 as that is the lowest deployment target that works, and for Cocoapods to iOS 11.0 as Cocoapods check what are Xcodes supported versions.