Utilities library for iOS SDK projects
- Xcode 12.4+
- iOS 13.0+
- Swift 5.3+
SDK is handled by Fastlane and all of the available functions are available in the README.
To install with CocoaPods add the following line to the podfile.
pod 'Data4LifeSDKUtils', '~> 0.6.0'
To install with Swift Package Manager add this package as a dependency in Package.swift
:
.package(url: "https://github.com/d4l-data4life/d4l-utils-ios.git", .upToNextMinor(from: "0.5.0"))
bundle install
Note: Check official page for info on how to install Bundler.
Note: Use fastlane to build the utils xcframework.
fastlane ios build_xcframework