Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lastest commits in CwlUtils are breaking CwlSignal current version #29

Closed
xjki opened this issue Mar 28, 2019 · 3 comments
Closed

Lastest commits in CwlUtils are breaking CwlSignal current version #29

xjki opened this issue Mar 28, 2019 · 3 comments

Comments

@xjki
Copy link
Contributor

xjki commented Mar 28, 2019

As you did not have published CwlSignal and CwlUtils as CocoaPods public pod, people currently can only point to your github repo if they want to use CwlSignal.

Unfortunately with direct github links you cannot specify version of the pod. Lastest changes in CwlUtils (after Oct25, 2018/2.0 tag) therefore are breaking current CwlSignal pod.

It would be good idea to push stable releases of the CwlUtils and CwlSignal pods to CocoaPods specs repo to let people use stable builds with specified version. See:
https://guides.cocoapods.org/making/getting-setup-with-trunk

@mattgallagher
Copy link
Owner

Thanks for alerting me to this. I'll sort it out this weekend.

@mattgallagher
Copy link
Owner

mattgallagher commented Apr 1, 2019

Hi @xjki , I've pushed the podspecs for CwlSignal tag 2.1 and CwlUtils tag 2.1 to CocoaPods so you should be able to use with:

pod 'CwlSignal', '~> 2.1'
pod 'CwlUtils', '~> 2.1'

Let me know if there are any further problems.

@xjki
Copy link
Contributor Author

xjki commented May 3, 2019

It's perfect. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants