duemunk / Async

Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch
MIT License
4.59k stars 316 forks source link

Add Swift 2.0 Version Tag #45

Closed kantorcodes closed 9 years ago

kantorcodes commented 9 years ago

Hi,

Would it be possible to tag a release for swift 2.0, so that we can add Async as a dependency in our pods?

duemunk commented 9 years ago

I'm actually not quite sure how to do this. Also, my likeness for CocoaPods is beginning to decrease, due to all this maintenance work :)

kantorcodes commented 9 years ago

git checkout feature/swift2.0 git tag 1.4 git add . && git commit -m "swift 2.0 tag" && git push

Should work ?

duemunk commented 9 years ago

I've pushed a tag now. Thanks!

kantorcodes commented 9 years ago

I think the s.version in the podspec also needs to be updated to 1.4

No problem!