[GH-ISSUE #615] Release version 2.1.2 to CocoaPods #400

Closed
opened 2026-03-03 16:48:23 +03:00 by kerem · 6 comments
Owner

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:

  • Version 1
  • Version 2

OS (Please fill the version) :

  • iOS :
  • OSX :
  • TVOS :
  • WatchOS :

Installation method:

  • Carthage
  • CocoaPods
  • Swift Package Manager
  • Manually
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: - [ ] Version 1 - [x] Version 2 ### OS (Please fill the version) : - [x] iOS : - [ ] OSX : - [ ] TVOS : - [ ] WatchOS : ### Installation method: - [ ] Carthage - [x] CocoaPods - [ ] Swift Package Manager - [ ] Manually
kerem closed this issue 2026-03-03 16:48:23 +03:00
Author
Owner

@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

<!-- gh-comment-id:664435991 --> @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
Author
Owner

@ghost commented on GitHub (Jul 27, 2020):

@phimage Nice one! I always seem to forget this. Just on a side note: :head is deprecated and has been replaced with :git. So to get the master branch one would add

pod '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 👍

<!-- gh-comment-id:664504357 --> @ghost commented on GitHub (Jul 27, 2020): @phimage Nice one! I always seem to forget this. Just on a side note: `:head` is deprecated and has been replaced with `:git`. So to get the master branch one would add ` pod '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 👍
Author
Owner

@moberwasserlechner commented on GitHub (Jul 27, 2020):

@ghowen @phimage Thank you both I didn't know that this was possible with cocoapods.

<!-- gh-comment-id:664628172 --> @moberwasserlechner commented on GitHub (Jul 27, 2020): @ghowen @phimage Thank you both I didn't know that this was possible with cocoapods.
Author
Owner

@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:

pod repo push <repo> MyAwesomePod.podspec --<parameters>

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

<!-- gh-comment-id:674209415 --> @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: ``` pod repo push <repo> MyAwesomePod.podspec --<parameters> ``` 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
Author
Owner

@macbellingrath commented on GitHub (Dec 4, 2020):

@phimage any update on the release?

<!-- gh-comment-id:738873964 --> @macbellingrath commented on GitHub (Dec 4, 2020): @phimage any update on the release?
Author
Owner

@phatblat commented on GitHub (Apr 30, 2021):

@macbellingrath 2.1.2 was published to CoaoPods a couple days ago

<!-- gh-comment-id:830322153 --> @phatblat commented on GitHub (Apr 30, 2021): @macbellingrath 2.1.2 was published to CoaoPods a couple days ago
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OAuthSwift#400
No description provided.