mysteriouspants / ArgumentParser

Faster, easier, more declarative parsing of command line arguments in Objective-C/Foundation.
http://mysteriouspants.github.io/ArgumentParser
Other
259 stars 34 forks source link

Add to CocoaPods? #12

Open cstigler opened 3 years ago

cstigler commented 3 years ago

Hi @mysteriouspants , would you be open to adding this library to CocoaPods so it could be more easily included in other projects?

I see in #6 that you removed the podspec because CoreParse removed themselves from CocoaPods, which makes sense. However, since then I also see that you've removed CoreParse as a dependency entirely. So at this point, is there any blocker to putting this up on CocoaPods?

mysteriouspants commented 3 years ago

Yeah, I have no problems with it. It looks like CocoaPods has evolved since it was just a bunch of PodSpec files in a giant Git repo!

I'll try to put some time into that this weekend.

cstigler commented 3 years ago

Thank you! Let me know if I can help at all. I just added this as a dependency to SelfControl - currently vendor'd in but it'll be great to have it as a pod for easier maintenance and cleanliness.