Project Setup
Installation
SPM
dependencies: [
.package(url: "https://github.com/Lucra-Sports/lucra-ios-sdk.git", from: "1.7.0")
]Cocoapods
target 'MyApp' do
use_frameworks!
pod 'LucraSDK', '~> 1.7.0'
endLast updated