ethers.objc icon indicating copy to clipboard operation
ethers.objc copied to clipboard

Package Manager Support

Open zweigraf opened this issue 6 years ago • 2 comments

Are you interested in adding support for package managers to this project?

Cocoapods/Carthage/Swift Package Manager

Even if you have no interest of making it work yourself, I will probably create a Podspec or similar for my own purposes. Would you be interested in merging this then?

zweigraf avatar Sep 11 '17 13:09 zweigraf

Heya!

Yes, I would be interested; my only concern is historically when dealing with Pods for clients, is that over time a lot of dependencies do not keep up with Apple's deprecations (or if they were relying on bugs in the Apple SDKs, start acting erratically). Fortunately, I have no dependencies...

Maintaining a package in these systems adds overhead to maintaining the library in general. A Podspec I could probably deal with, but any future issues people have with it, I may punt to you. :)

ricmoo avatar Sep 11 '17 16:09 ricmoo

I understand and agree completely. Let's see what I come up with :)

zweigraf avatar Sep 12 '17 08:09 zweigraf