ElaWorkshop / TagListView

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

Swift Package Manager support #244

Closed Drusy closed 4 years ago

Drusy commented 4 years ago

Since Xcode 11 includes Swift Package Manager, it would be nice to support it

zeusent commented 4 years ago

Any news on this? This should be fairly easy to setup

smamczak commented 4 years ago

I want to switch to SPM too. Looking at Issues count I am worried that to project is no longer maintained at the moment

nithingeorgesonin commented 4 years ago

Any updates on Swift package support

zeusent commented 4 years ago

I did do this by myself a couple of weeks back. https://github.com/zeusent/TagListView/commit/749d416331e975d310879100e91d492e53304262

You can try it by adding https://github.com/zeusent/TagListView.git as a package

Should I maybe make a PR?