ShawnMoore / XMLParsing

XMLEncoder & XMLDecoder using the codable protocol in Swift 4.2
MIT License
332 stars 100 forks source link

Create tag 0.0.1 #14

Closed dingwilson closed 6 years ago

dingwilson commented 6 years ago

Thanks for merging my PR! 👍 For CocoaPods to work, there needs to be a tag to clone. Please create a tag 0.0.1. Thanks!

PS: After doing so, please push the podspec. If you need help with that, feel free to let me know! I would be more than happy to help out in any way possible. :)

dingwilson commented 6 years ago

Hey all, to allow users to use the project, I have gone ahead and updated my fork, as well as published to cocoapods (0.0.2).

@ShawnMoore: if you are still active/interested in maintaining this project, I would be more than happy to transfer the CocoaPods ownership to you.

stonedauwg commented 6 years ago

Good job and thx @dingwilson

MihaelIsaev commented 6 years ago

SPM can use this lib directly from master branch without tagging

dingwilson commented 6 years ago

@MihaelIsaev good catch, I've updated my above comment! However, CocoaPods still requires that the branch be tagged.

MihaelIsaev commented 6 years ago

Cocoapods also can use libs directly from branches or even commits :branch => 'master' :commit => '0f506b1c45' 🙂

dingwilson commented 6 years ago

Oh wow, learn something new everyday. I thought you had to push the podspec, but apparently not. Thanks! :)

stonedauwg commented 6 years ago

I believe Carthge DOES require a tag though, so still appreciated

dingwilson commented 6 years ago

Actually (although I've never personally tried this before), it seems that you can specify a specific commit hash or branch (master, or even HEAD if you're feeling dangerous) for Carthage.

dingwilson commented 6 years ago

Tag has been created... closing issue.