CocoaPods trunk is moving to be read-only. Read more on the blog, there are 15 months to go.

SocialAuthSDK 1.0.1

SocialAuthSDK 1.0.1

Maintained by Jayant Vishwakarma.



  • By
  • Your Name

SocialAuthSDK

Lightweight Social Login SDK for iOS supporting Google and Apple Sign-In.

Requirements

  • iOS 13+
  • Swift 5.7+
  • Xcode 14+

Installation

Swift Package Manager

Add the package dependency to your Package.swift:

dependencies: [
    .package(url: "https://github.com/yourusername/SocialAuthSDK.git", from: "1.0.0")
]