Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cocoapods support #3

Open
sobri909 opened this issue Apr 18, 2017 · 2 comments
Open

Cocoapods support #3

sobri909 opened this issue Apr 18, 2017 · 2 comments
Assignees

Comments

@sobri909
Copy link

I've been keeping an eye on this repo for ages, because it's a nice fit for some console debug output I need for histograms. Today was the day I decided to put it in action, then I realised there's no pod.

I'm reading up on Swift's packager manager now, but it's so far not as straight forward (from my perspective) as Cocoapods, so it's a hindrance. Being able to just add another line to my Podfile would be a plus.

That aside, loving the design of this lib!

@cfilipov
Copy link
Owner

Thank you @sobri909 for the kind remarks. I hadn't considered CocoaPods because I typically just use submodules when I include dependencies though I am aware that many (possibly most?) people prefer pods. I'll look into adding a podspec for this (also open to pull requests if you've done it already).

@cfilipov cfilipov self-assigned this Apr 24, 2017
@sobri909
Copy link
Author

I had used submodules for a bunch of projects before CocoaPods became popular. But they became increasingly troublesome in terms of making sure the submodules were updated, in the correct state for specific releases, for each team member, etc, and CocoaPods ended up solving all those problems (eventually - it's quite solid these days but it hasn't always been).

If I get a chance this week I'll do a pull request with a podspec :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants