mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #615] Release version 2.1.2 to CocoaPods #400
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#400
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @moberwasserlechner on GitHub (Jul 26, 2020).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/615
Description:
Would it be possible to release the latest bugfix release to CocoaPods.org?
Currently only version 2.1.0 can be obtained from there. (see https://cocoapods.org/pods/OAuthSwift)
Thx & BR, Michael
OAuth Provider? (Twitter, Github, ..):
OAuth Version:
OS (Please fill the version) :
Installation method:
@phimage commented on GitHub (Jul 27, 2020):
I will do when I have some time, If I can I prefer to make some test before releasing.
You could use HEAD code in podfile
@ghost commented on GitHub (Jul 27, 2020):
@phimage Nice one! I always seem to forget this. Just on a side note:
:headis deprecated and has been replaced with:git. So to get the master branch one would addpod 'OAuthSwift', :git => 'https://github.com/OAuthSwift/OAuthSwift.git'to one's
podfile.Anyways, thanks for the library. OAuth1ing to OpenStreetMap is a breeze with this 👍
@moberwasserlechner commented on GitHub (Jul 27, 2020):
@ghowen @phimage Thank you both I didn't know that this was possible with cocoapods.
@vgritsenko commented on GitHub (Aug 14, 2020):
While it is possible to use
:git => ... branch =>with CocoaPods in the Podfile, the same is not possible for other pods which declare OAuthSwift as a dependency. As a result, any such pod would fail validation and it would not be possible to release such pod automatically:In our case we are waiting for the 2.1.3 release which brings in addition for token refresh. Would it be possible to release 2.1.3 sooner?
https://github.com/OAuthSwift/OAuthSwift/pull/620
@macbellingrath commented on GitHub (Dec 4, 2020):
@phimage any update on the release?
@phatblat commented on GitHub (Apr 30, 2021):
@macbellingrath 2.1.2 was published to CoaoPods a couple days ago