nicklockwood / CountryPicker

CountryPicker is a custom UIPickerView subclass that provides an iOS control allowing a user to select a country from a list. It can optionally display a flag next to each country name, and the library includes a set of 249 high-quality, public domain flag images from FAMFAMFAM (http://www.famfamfam.com/lab/icons/flags/) that have been painstakingly re-named by country code to work with the library.
http://charcoaldesign.co.uk/source/cocoa#countrypicker
Other
741 stars 153 forks source link

Support for Swift Package Manager #46

Closed ghost closed 4 years ago

ghost commented 4 years ago

As of SPM arrival with Xcode 11 a lot of project are being migrated from carthage and pods package architectures to Swift Package Manager. Is there any plans to add support for SPM for this library?