warchimede / RangeSlider

A simple range slider made in Swift
MIT License
366 stars 78 forks source link

Update minimum deployment target to iOS 12.0 #44

Closed ag-drivequant closed 1 year ago

ag-drivequant commented 1 year ago

Due to an issue with Xcode 14.3 and Xcode 15, pod spec lint is failing when dependencies are targeting iOS version. This change should fix the issue when a podspec uses WARangeSlider as a dependency.

More details about pod spec lint problem at: https://github.com/CocoaPods/CocoaPods/issues/11839

ag-drivequant commented 1 year ago

Thanks for your contribution :)

Since this repo is pretty old now, I might have to take a look for a more global update, including SPM support maybe.

Thanks for merging! Will you publish this podspec update to CocoaPods public repo?

warchimede commented 1 year ago

Hi @ag-drivequant,

I'm working on it, it will be available soon 👍🏽

warchimede commented 12 months ago

Hello @ag-drivequant 👋🏽 ,

Version 1.2.0 is out ! Let me know if everything is ok :)

ag-drivequant commented 12 months ago

Hello @ag-drivequant 👋🏽 ,

Version 1.2.0 is out ! Let me know if everything is ok :)

Thank your for the release! It's working perfectly!