Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 262 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 262 Bytes

ApproovSDK

ApproovSDK binary release for iOS including podspec files.

Example Podfile:

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