blob: 95c2686e9db025339cf88f444a2ec78e42aca03d [file] [log] [blame]
{
"name": "KochavaConsentiOS",
"version": "3.15.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": "3.15.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KochavaConsentiOS/Classes/**/*",
"public_header_files": "KochavaConsentiOS/Classes/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"vendored_libraries": "KochavaConsentiOS/Libraries/libKochavaConsentiOS.a",
"preserve_paths": "KochavaConsentiOS/Libraries/libKochavaConsentiOS.a",
"libraries": "KochavaConsentiOS",
"dependencies": {
"KochavaTrackeriOS": [
"3.15.0"
]
}
}