docopt / docopt.swift

A command-line interface description language and parser that will make you smile http://docopt.org/
MIT License
52 stars 18 forks source link

Added podspec. #1

Closed neonichu closed 9 years ago

neonichu commented 9 years ago

This makes it easier to use the library with CocoaPods.

Ideally, you would also tag the 0.6.2 release and push the specification to trunk after merging this.

kovpas commented 9 years ago

Thanks a lot @neonichu! One small question: do you think it makes sense to make docopt iOS-compatible? As far as I understand, s.ios.deployment_target does this, but iOS doesn't support command line applications. May be I'm missing some use-cases, though, so want to double-check this.

Thanks for the contribution!

neonichu commented 9 years ago

You're right, it doesn't actually make sense. I have updated the podspec.

kovpas commented 9 years ago

Done. Thanks a lot!