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

pod is still at v1.9.1 #20

Open
ssavic opened this issue Apr 20, 2017 · 3 comments
Open

pod is still at v1.9.1 #20

ssavic opened this issue Apr 20, 2017 · 3 comments

Comments

@ssavic
Copy link

ssavic commented Apr 20, 2017

adding pod "BSForegroundNotification" to podfile retrieves older 1.9.1 not a newer 2.0 version.

@kunass2
Copy link
Owner

kunass2 commented Apr 21, 2017

I just did the same for my project and that is fine:

screen shot 2017-04-21 at 08 51 16

@webjunkie01
Copy link

Experienced the same issue, I had to add this to my podfile
pod 'BSForegroundNotification', :git => "https://github.com/kunass2/ForegroundNotification.git", :tag => '2.0.1'

@ssavic
Copy link
Author

ssavic commented Jun 29, 2017

@kunass2, thanks for the response and sorry for the late replay. I just tried adding your library to new test project and it keeps getting 1.9.1. I'm not sure if your podfile is different. But just having pod 'BSForegroundNotification' in there does not get the latest. However @webjunkie01 's solution works.

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

3 participants