TomThorpe / TTRangeSlider

A slider, similar in style to UISlider, but which allows you to pick a minimum and maximum range.
MIT License
968 stars 204 forks source link

Added SPM Support #112

Closed Vortec4800 closed 3 years ago

Vortec4800 commented 3 years ago

This is a really simple library, so adding Swift Package Manager support is really easy even though it's all ObjC.

If you merge this in, all you need to do is create a tag for each release (which you do for Cocoapods anyway) and SPM handles the rest. Don't need to publish anywhere else.

Vortec4800 commented 3 years ago

This does build, but imports don't work correctly. Will submit a new one once it's fixed.

Vortec4800 commented 3 years ago

Okay, this works in my local test project now so I think we're good.

TomThorpe commented 3 years ago

This is great, thanks very much for your work here, much appreciated!