Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Set OAuthSwift pod version to 2.1.3 #620
Conversation
2.1.3 also needs to get pushed to CocoaPods trunk to finish the release. |
That is correct; after it is tagged. |
just point out the head or a specific commit |
@mesopelagique You are not allowed to do that in a podspec. Your only option is to specify a version requirement. Setting it to |
@vgritsenko you have a pod/framework with a pod spec dependant on OAuthSwift? is it published? Podfile in final app allow to specify head, or commit |
@phimage Hey, yes, more than one, actually. They are in private repository. |
Any updates on this? Seems like a straightforward change. Anything I can do to help? |
I would be also interested in having it updated. Anyone can help? |
This updates OAuthSwift version in
OAuthSwift.podspec
to 2.1.3, assuming this is the version to be used for the upcoming release.OAuthSwift 2.1.2 has been already released and tagged, but since it was marked as 2.1.0 in podspec (https://github.com/OAuthSwift/OAuthSwift/blob/2.1.2/OAuthSwift.podspec) it can not now be used with CocoaPods. This can't be resolved without altering the tag, but, going forward, this commit ensures that upcoming 2.1.3 is going to have the right version in the
OAuthSwift.podspec
file and can be then published on CocoaPods.Relates to issue: #615