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 feature/watchOS-simulator
Approov mobile API protection
⭐️ 1
🕓 5 weeks ago
iOS
.package(url: "https://github.com/approov/approov-ios-sdk.git", from: "feature/watchOS-simulator")

Approov SDK

ApproovSDK binary release for iOS including podspec files.

Example Podfile:

target 'YourTestApp' do
    use_frameworks!
    platform :ios
    pod 'approov-ios-sdk', '3.1.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.1.0"
...
...
...
.binaryTarget(
            name: "Approov",
            url: "https://github.com/approov/approov-ios-sdk/releases/download/" + releaseTAG + "/Approov.xcframework.zip",
            checksum : "9514279f8db428f46ecd9c855a89e25f580069e703e2e2940d3aa7a752040232"
        )


GitHub

link
Stars: 1
Last commit: 5 weeks ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Release Notes

13 weeks ago

Approov SDK 3.1.0 signed

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