ApproovSDK binary release for iOS including podspec files.
Example Podfile:
target 'YourTestApp' do
use_frameworks!
platform :ios
pod 'approov-ios-sdk', '3.0.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.0.0"
...
...
...
.binaryTarget(
name: "Approov",
url: "https://github.com/approov/approov-ios-sdk/releases/download/" + releaseTAG + "/Approov.xcframework.zip",
checksum : "5ec60ea00e8e10f34ee3c56033f26d78a8076224e89b6968b74bd1325b688653"
)
link |
Stars: 1 |
Last commit: 17 weeks ago |
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics