blob: 432cf3493f77662c87d8a693f26e9cf3e1881a99 [file] [log] [blame]
{
"name": "otsdk_adobe",
"version": "1.0.0",
"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": "MIT",
"file": "LICENSE"
},
"authors": "OneTrust, LLC.",
"source": {
"git": "https://github.com/kmjones87/OT_ADB_EXT_IOS.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "otsdk_adobe/Classes/**/*",
"public_header_files": "otsdk_adobe/Classes/**/*.h",
"static_framework": true,
"dependencies": {
"ACPCore": [
"~> 2.0"
]
}
}