ethers-io / ethers.objc

Fast, simple and complete library for Ethereum in Objective-C.
MIT License
157 stars 57 forks source link

Package Manager Support #9

Open zweigraf opened 7 years ago

zweigraf commented 7 years ago

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?

ricmoo commented 7 years ago

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. :)

zweigraf commented 7 years ago

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