lukaskubanek / OrderedDictionary

Ordered dictionary data structure implementation in Swift
MIT License
201 stars 63 forks source link

CocoaPods #35

Closed igordeoliveirasa closed 7 years ago

igordeoliveirasa commented 7 years ago

What about CocoaPods?

lukaskubanek commented 7 years ago

Hi Igor, see #7 and #26 for the answer.

shayneoneill commented 5 years ago

You should really reconsider this. Regardless of what the final fate of Cocoapods is, its by a massive margin the defacto standard, and its a royal pain in the neck having to constantly diff this library for changes against a locally copied version

lukaskubanek commented 5 years ago

You don’t have to maintain a local copy of this library. All you have to do is to maintain a custom podspec for the library which is pointing to this repository. You can even publish that podspec and share it with others. I’m not using Cocoapods and it would be a huge pain to setup an environment and test it inside after each release.