Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasSchreiner committed Apr 29, 2021
2 parents b6f6e41 + 4c46f77 commit 52186e9
Show file tree
Hide file tree
Showing 224 changed files with 37,994 additions and 7,096 deletions.
8 changes: 4 additions & 4 deletions DRACOON-Crypto-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'DRACOON-Crypto-SDK'
s.version = '2.0.0'
s.version = '2.1.0'
s.summary = 'Official DRACOON Crypto SDK'

s.description = <<-DESC
Expand All @@ -14,9 +14,9 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/dracoon/dracoon-swift-crypto-sdk.git', :tag => "v" + s.version.to_s }
s.module_name = 'crypto_sdk'

s.ios.deployment_target = '9.3'
s.swift_version = '5.0'
s.pod_target_xcconfig = { 'VALID_ARCHS' => 'x86_64 armv7 arm64' }
s.ios.deployment_target = '11.4'
s.swift_version = '5.3'
s.pod_target_xcconfig = { 'VALID_ARCHS' => 'x86_64 arm64' }

s.source_files = 'crypto-sdk/**/*'
s.vendored_frameworks = 'OpenSSL/openssl.framework'
Expand Down
Binary file not shown.
Binary file added OpenSSL/.DS_Store
Binary file not shown.
Loading

0 comments on commit 52186e9

Please sign in to comment.