Skip to content

Commit

Permalink
[Update] approov-ios-sdk (2.8.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivolz committed May 14, 2021
1 parent c6bcf30 commit 70e65a5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions approov-ios-sdk/2.8.3/approov-ios-sdk.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = "approov-ios-sdk"
s.version = "2.8.3"
s.summary = "ApproovSDK iOS framework"
s.description = <<-DESC
Approov mobile attestation framework for iOS
DESC
s.homepage = "https://approov.io"
# brief license entry:
s.license = "https://approov.io/terms"
s.authors = { "CriticalBlue, Ltd." => "support@approov.io" }
s.platform = :ios
s.source = { :git => "https://github.com/ivolz/approov-ios-sdk.git", :tag => "#{s.version}" }
s.requires_arc = true
s.pod_target_xcconfig = { 'VALID_ARCHS' => 'arm64 armv7 x86_64' }
s.ios.vendored_frameworks = "Approov.xcframework"
s.ios.deployment_target = '10.0'

end

0 comments on commit 70e65a5

Please sign in to comment.