Installation
Cocoapods
target 'Your App' do
use_frameworks!
pod 'FlagShip', '~> 5.0.0-beta'
endSwift Package Manager (SPM)
dependencies: [
.package(url: "[email protected]:flagship-io/flagship-ios.git", upToNextMajor(from: "5.0.0-beta"))
]Carthage
Last updated
Was this helpful?

