blob: f3da3570bae4064e4dca147b035ab5db88c70aff [file] [log] [blame]
{
"name": "otsdk_adobe",
"version": "1.0.1",
"summary": "An Adobe Launch extension that will collect consent records for mobile users.",
"description": "An Adobe Launch extension that will collect consent records for mobile users. The extension monitors the Adobe Launch Privacy Status flag and submits consent to OneTrust whenever this value changes.",
"homepage": "https://github.com/kmjones87/OT_ADB_EXT_IOS",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "OneTrust, LLC.",
"source": {
"git": "https://github.com/kmjones87/OT_ADB_EXT_IOS.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "otsdk_adobe/Classes/**/*",
"public_header_files": "otsdk_adobe/Classes/**/*.h",
"static_framework": true,
"dependencies": {
"ACPCore": [
"~> 2.0"
]
}
}