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"
)
link |
Stars: 1 |
Last commit: 5 weeks ago |
Approov SDK 3.1.0 signed
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics