[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 1 / f / DRACOON-Crypto-SDK / 2.2.1 / DRACOON-Crypto-SDK.podspec.json
blob9112fda62f31265e6bcf5926e71f4640c25f6711
2   "name": "DRACOON-Crypto-SDK",
3   "version": "2.2.1",
4   "summary": "Official DRACOON Crypto SDK",
5   "description": "This SDK implements client-side encryption for DRACOON.",
6   "homepage": "https://github.com/dracoon/dracoon-swift-crypto-sdk",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mathias Schreiner": "m.schreiner@dracoon.com"
13   },
14   "source": {
15     "git": "https://github.com/dracoon/dracoon-swift-crypto-sdk.git",
16     "tag": "v2.2.1"
17   },
18   "module_name": "crypto_sdk",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "swift_versions": "5.5",
23   "pod_target_xcconfig": {
24     "VALID_ARCHS": "x86_64 arm64"
25   },
26   "subspecs": [
27     {
28       "name": "crypto_sdk_objc",
29       "source_files": [
30         "crypto-sdk/crypto/include/*",
31         "crypto-sdk-objc/*",
32         "crypto-sdk/crypto/OpenSslCrypto.m"
33       ],
34       "public_header_files": "crypto-sdk/crypto/include/*",
35       "vendored_frameworks": "OpenSSL/openssl.xcframework"
36     },
37     {
38       "name": "crypto_sdk_swift",
39       "dependencies": {
40         "DRACOON-Crypto-SDK/crypto_sdk_objc": [
42         ]
43       },
44       "source_files": [
45         "crypto-sdk/crypto/include/*",
46         "crypto-sdk-objc/crypto_sdk_objc.h",
47         "crypto-sdk/**/*"
48       ],
49       "exclude_files": "crypto-sdk/swift-wrapper/Exports.swift",
50       "public_header_files": [
51         "crypto-sdk/crypto/include/*",
52         "crypto-sdk-objc/crypto_sdk_objc.h"
53       ],
54       "vendored_frameworks": "OpenSSL/openssl.xcframework"
55     }
56   ],
57   "swift_version": "5.5"