TheMindStudios / WheelPicker

Customizable wheel picker view implementation for iOS.
MIT License
84 stars 22 forks source link

Add support for SwiftPM-based dependency managers #13

Open Jeehut opened 5 years ago

Jeehut commented 5 years ago

This adds a very basic SwiftPM manifest file to be compatible with any dependency manager that uses Apples official way of specifying libraries.

Note that I created this PR because I'm currently developing a dependency manager called Accio which is intended to fix several issues with Carthage and fill the gap between now and the time, when Apple adds official support for SwiftPM into Xcode. Merging this will also prepare for that bright future.