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

Next Version Release? #325

Open
dplewis opened this issue Oct 24, 2018 · 5 comments
Open

Next Version Release? #325

dplewis opened this issue Oct 24, 2018 · 5 comments

Comments

@dplewis
Copy link

dplewis commented Oct 24, 2018

First off, thank you guys for maintaining this amazing repo.

With the latest Xcode 10 fixes, I'm trying to update podspec in my project with the latest changes.

The pod is not releasable with a commit, only with a real published version.

The last release was Jan 1.

@codytwinton
Copy link

@nlutsenko thoughts?

@dplewis
Copy link
Author

dplewis commented Nov 6, 2018

@nlutsenko Any updates on this?

@philtre
Copy link

philtre commented Dec 7, 2018

You can configure your Podfile to pull from a specific branch, tag, or commit:

pod 'Bolts', :git => 'https://github.com/BoltsFramework/Bolts-ObjC.git', :branch => 'master'

https://guides.cocoapods.org/using/the-podfile.html#from-a-podspec-in-the-root-of-a-library-repo

@dplewis
Copy link
Author

dplewis commented Dec 7, 2018

@philtre I prefer to pin my dependencies.

@philtre
Copy link

philtre commented Dec 10, 2018

@dplewis I think I misread your post. My comment only applies to the Podfile where one is able to pull from a specific commit. It's not possible to do the same inside a podspec. Sorry for the confusion.

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