The Clerk iOS SDK gives you access to prebuilt SwiftUI components, observable state management, and helpers to make user management easier.
- Sign up for an account
- Create an application in your Clerk dashboard
- Spin up a new codebase with the quickstart guide
- iOS 17+ / Mac Catalyst 17+ / macOS 14+ / tvOS 17+ / watchOS 10+ / visionOS 1+
- Xcode 16+
- Swift 5.10+
To integrate using Apple's Swift Package Manager, navigate to your Xcode project, select Package Dependencies
and click the +
icon to search for https://github.com/clerk/clerk-ios
.
Alternatively, add the following as a dependency to your Package.swift
:
dependencies: [
.package(url: "https://github.com/clerk/clerk-ios", from: "0.1.0")
]
Curious what we shipped recently? Check out our changelog!
This project is licensed under the MIT license.
See LICENSE for more information.