Swiftpack.co - approov/approov-ios-sdk as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by approov.
approov/approov-ios-sdk 3.2.1
Approov mobile API protection
⭐️ 1
🕓 14 weeks ago
iOS
.package(url: "https://github.com/approov/approov-ios-sdk.git", from: "3.2.1")

Approov SDK

ApproovSDK binary release for iOS including podspec files.

Example Podfile:

target 'YourTestApp' do
    use_frameworks!
    platform :ios
    pod 'approov-ios-sdk', '3.2.0', :source => "https://github.com/approov/approov-ios-sdk.git"
end

If you would like to add the Approov SDK as a binary dependency in your swift package, add this line to your targets section:

let releaseTAG = "3.2.0"
...
...
...
.binaryTarget(
            name: "Approov",
            url: "https://github.com/approov/approov-ios-sdk/releases/download/" + releaseTAG + "/Approov.xcframework.zip",
            checksum : "c851f845bacfa3c978d12dbf85d7688a3b93e8e25d01f03784fdcb15b8d2beb0"
        )


GitHub

link
Stars: 1
Last commit: 8 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

8 weeks ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics