bendodson / MonthYearWheelPicker

A UIPickerView subclass that allows you to quickly add a picker for just month and year; in most cases it can be used as a drop-in replacement for UIDatePicker.
https://bendodson.com
The Unlicense
183 stars 42 forks source link

Possibility to support CocoaPods, Swift Package Manager? #10

Closed the-freshlord closed 3 years ago

the-freshlord commented 6 years ago

Hello,

I was wondering if making this available on CocoaPods or Swift Package Manager would be possible. I could make a PR for you if needed.

davidseek commented 6 years ago

Pod for literally 1 file drop in?

bendodson commented 3 years ago

As above, this is one file so I'm not going to add it to dependency managers. If your workflow requires your 3rd party code to be placed in a dependency manager then you can fork the project and use your private repo for that purpose.