TextTable icon indicating copy to clipboard operation
TextTable copied to clipboard

Cocoapods support

Open sobri909 opened this issue 7 years ago • 2 comments

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!

sobri909 avatar Apr 18 '17 09:04 sobri909

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 avatar Apr 24 '17 21:04 cfilipov

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

sobri909 avatar Apr 25 '17 03:04 sobri909