blob: fbdcb42c6230c60c1cc643642cd35e6b69375570 [file] [log] [blame]
{
"name": "DigiMeSDK",
"version": "3.2.0",
"summary": "digi.me iOS Consent Access SDK",
"homepage": "https://github.com/digime/digime-sdk-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"digi.me Ltd.": "ios@digi.me"
},
"platforms": {
"ios": "11.0"
},
"dependencies": {
"Brotli": [
],
"GZIP": [
],
"SwiftJWT": [
]
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/digime/digime-sdk-ios.git",
"branch": "master",
"tag": "3.2.0"
},
"source_files": [
"DigiMeSDK/Core/Classes/**/*.{h,m,swift}",
"DigiMeSDK/Postbox/Classes/**/*.{h,m,swift}",
"DigiMeSDK/GuestConsent/Classes/**/*.{h,m,swift}",
"DigiMeSDK/DigiMeSDK.h"
],
"resources": [
"DigiMeSDK/Core/Assets/**/*.*"
],
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"Security",
"StoreKit"
],
"private_header_files": [
"DigiMeSDK/Core/Classes/Entities/DMESession+Private.h",
"DigiMeSDK/Core/Classes/Network/DMEAPIClient.h",
"DigiMeSDK/Core/Classes/Network/DMEOperation.h",
"DigiMeSDK/Core/Classes/Network/DMERequestFactory.h",
"DigiMeSDK/Core/Classes/Security/DMECertificatePinner.h",
"DigiMeSDK/Core/Classes/Security/DMECrypto.h",
"DigiMeSDK/Core/Classes/Security/DMEDataDecryptor.h",
"DigiMeSDK/Core/Classes/Utility/DMECompressor.h",
"DigiMeSDK/Core/Classes/Utility/DMEDataRequestSerializer.h",
"DigiMeSDK/Core/Classes/Utility/DMEFileListDeserializer.h",
"DigiMeSDK/Core/Classes/Utility/DMESessionDeserializer.h",
"DigiMeSDK/Core/Classes/Utility/DMEStatusLogger.h",
"DigiMeSDK/Core/Classes/Utility/DMEValidator.h",
"DigiMeSDK/Core/Classes/Utility/UIViewController+DMEExtension.h",
"DigiMeSDK/Core/Classes/DMEAPIClient+Private.h",
"DigiMeSDK/Core/Classes/DMEAppCommunicator+Private.h",
"DigiMeSDK/Core/Classes/DMENativeConsentManager.h",
"DigiMeSDK/Core/Classes/DMEClient+Private.h",
"DigiMeSDK/Core/Classes/DMEDataUnpacker.h",
"DigiMeSDK/Core/Classes/DMEDataDecryptor.h",
"DigiMeSDK/Postbox/Classes/DMEPostboxConsentManager.h",
"DigiMeSDK/Postbox/Classes/DMEAPIClient+Postbox.h",
"DigiMeSDK/GuestConsent/Classes/DMEGuestConsentManager.h",
"DigiMeSDK/GuestConsent/Classes/DMEPreConsentView.h",
"DigiMeSDK/GuestConsent/Classes/DMEPreConsentViewController.h"
],
"swift_version": "4.2"
}