Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 633 Bytes

INSTALLATION.md

File metadata and controls

12 lines (9 loc) · 633 Bytes

Installation

Swift Package Manager

Add strada-ios as a dependency in your app directly in Xcode or in your Package.swift file:

dependencies: [
    .package(url: "https://github.com/hotwired/strada-ios", from: "<latest-version>")
]

Note: strada-ios works seamlessly with turbo-ios and the documentation provides instructions for integrating Strada with your Turbo Native app. Keep in mind that turbo-ios is not automatically included as a dependency in strada-ios, so you'll want to setup your turbo-ios app first.