Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 2.11 KB

README.md

File metadata and controls

34 lines (18 loc) · 2.11 KB

codecov

Social Authentication

Shared iOS module for authenticating with social platforms GoogleSignIn, FacebookLogin, AppleSignIn.

Publishing New Versions With GitHub Actions

Publishing new versions with GitHub Actions is easy.

  • Ensure you set a new version in SocialAuthentication.podspec. The new version can't already exist as a tag.
  • Create a pull request on main and once merged into main GitHub actions will handle tagging the version and pushing to the CruGlobal specs repo.

Publishing New Versions Manually

Steps to publish new versions for Cocoapods and Swift Package Manager.

Cru Global Specs Repo: https://github.com/CruGlobal/cocoapods-specs

Private Cocoapods: https://guides.cocoapods.org/making/private-cocoapods.html