Anamika Trivedi
08/01/2022, 6:51 PMkpgalligan
08/01/2022, 10:15 PMcocoapods {
summary = "Common library for the KaMP starter kit"
homepage = "<https://github.com/touchlab/KaMPKit>"
framework {
isStatic = false // SwiftUI preview requires dynamic framework
}
ios.deploymentTarget = "12.4"
podfile = project.file("../ios/Podfile")
pod("SQLCipher") {
version = "~> 4.5"
}
}
pod("SQLCipher")
section…eygraber
08/01/2022, 10:29 PM