WenchaoD / FSCalendar

A fully customizable iOS calendar library, compatible with Objective-C and Swift
MIT License
10.6k stars 1.94k forks source link

Update deployment target to 9.0 #1409

Open kerrmarin-lvmh opened 1 year ago

kerrmarin-lvmh commented 1 year ago

Xcode 14.3 has stopped allowing builds with 8.0 as the deployment target; there are some workarounds if you are building an app but if you are building a library that uses this pod you will not be able to lib lint

https://github.com/CocoaPods/CocoaPods/issues/11839

Fixes #1403