[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / b / 7 / a / AbsioCrypto / 1.2.0 / AbsioCrypto.podspec.json
blobe85ac941d8b2e736e4d88d7fb70bd0d8307486a7
2   "name": "AbsioCrypto",
3   "version": "1.2.0",
4   "summary": "The Absio Crypto SDK for iOS and macOs",
5   "description": "The Absio Crypto SDK provides basic cryptographic operations: key generation, key exchange,\nencyption/decryption, HMAC, signing, hashing and elliptic curve cryptography (ECC). \nA custom Integrated Encryption Scheme (IES) for confidentiality\nand source verification is included as part of the ECC features.",
6   "homepage": "https://github.com/Absio/swift-absio-crypto",
7   "documentation_url": "https://absio.github.io/swift-absio-crypto/",
8   "license": {
9     "type": "Custom",
10     "text": "                 http://docs.absio.com/#licenselicense\n"
11   },
12   "source": {
13     "http": "https://nexus.absio.com/repository/swift-artifactory/absioCrypto/builds/1.2.0/AbsioCrypto.zip"
14   },
15   "authors": {
16     "Absio Corporation": "https://www.absio.com/contact"
17   },
18   "platforms": {
19     "ios": "12.0",
20     "osx": "10.14"
21   },
22   "ios": {
23     "vendored_frameworks": [
24       "AbsioCrypto/ios/AbsioCryptoiOS.framework",
25       "AbsioCrypto/ios/OpenSSL.framework"
26     ],
27     "vendored_libraries": [
28       "AbsioCrypto/ios/lib/libcrypto.a",
29       "AbsioCrypto/ios/lib/libssl.a"
30     ],
31     "pod_target_xcconfig": {
32       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33     },
34     "user_target_xcconfig": {
35       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36     }
37   },
38   "osx": {
39     "vendored_frameworks": [
40       "AbsioCrypto/macOS/AbsioCryptoMacOS.framework",
41       "AbsioCrypto/macOS/OpenSSL.framework"
42     ],
43     "vendored_libraries": [
44       "AbsioCrypto/macOS/lib/libcrypto.a",
45       "AbsioCrypto/macOs/lib/libssl.a"
46     ],
47     "user_target_xcconfig": {
48       "EXCLUDED_ARCHS[sdk=macosx*]": "arm64"
49     },
50     "pod_target_xcconfig": {
51       "EXCLUDED_ARCHS[sdk=macosx*]": "arm64"
52     }
53   }