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

New release #41

Open
DanijelHuis opened this issue Mar 24, 2016 · 4 comments
Open

New release #41

DanijelHuis opened this issue Mar 24, 2016 · 4 comments

Comments

@DanijelHuis
Copy link

Can you please make new tag(release) with latest changes? The reason is I am using this via Cocoa Pods podspecs file, and as far as I understand I cannot use specific commit or trunk like it is possible from podfile.

Thx

@andr3a88
Copy link
Contributor

👍🏻

@everlof
Copy link

everlof commented Apr 18, 2018

You can specify commit with:

pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git', :commit => '0f506b1c45' as described in https://guides.cocoapods.org/using/the-podfile.html or did I misunderstand your issue?

@DanijelHuis
Copy link
Author

Hi, pod file is not the same as podspec. If I remember correctly, I was using this library as dependency in my podspec, and you cannot specify version of dependency. You can read more about it here:

https://stackoverflow.com/questions/22447062/how-do-i-create-a-cocoapods-podspec-that-has-a-dependency-that-exists-outside-of

@everlof
Copy link

everlof commented Apr 18, 2018

@DanijelHuis Ah, I see. My apologies, I read "Podfile".

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