blob: 633780757c2cacdf51941baf116134b11a46c515 [file] [log] [blame]
{
"name": "KochavaConsentiOS",
"version": "4.0.0",
"summary": "The KochavaConsent module of the Kochava iOS SDK.",
"description": "The KochavaConsent module provides consent management. This includes support for GDPR, CCPA, and other consumer privacy laws.",
"homepage": "http://www.kochava.com",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"Kochava": "support@kochava.com"
},
"source": {
"git": "https://github.com/Kochava/kochava-consent-ios-cocoapod.git",
"tag": "4.0.0"
},
"platforms": {
"ios": "10.3"
},
"source_files": "KochavaConsentiOS/Classes/**/*",
"resources": [
"KochavaConsentiOS/Assets/**/*.{xib}"
],
"public_header_files": "KochavaConsentiOS/Classes/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"KochavaUIiOS": [
"~> 4.0.0"
]
},
"vendored_libraries": "KochavaConsentiOS/Libraries/libKochavaConsentiOS.a",
"preserve_paths": "KochavaConsentiOS/Libraries/libKochavaConsentiOS.a",
"swift_versions": "5.0",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5.0"
}