Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ivolz committed May 13, 2021
2 parents 1e9bda8 + 2878712 commit 09a2ef7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions approov-ios-sdk/2.6.1/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.6.1"
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 09a2ef7

Please sign in to comment.