blob: 8fdb654c04cb9958e3c862cecc69e4f5ae3de623 [file] [log] [blame]
{
"name": "App-Notice-IAB",
"version": "1.0.0",
"summary": "AppNotice lets you inform your users which third party SDKs your app is using. Conforming to IAB Consent String Logging.",
"description": "AppNotice (IAB-GDPR) lets you inform your users which third party SDKs your app is using. It lets the user opt out of using any optional SDKs like usage analytics, for example. It also records whether a consent notice has been shown, accepted, declined, etc.",
"homepage": "https://www.evidon.com/digital-governance-solutions/site-notice/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/evidon/AppNoticeSDK-iOS.git",
"tag": "1.0.0"
},
"authors": {
"Evidon by Crownpeak": "jake.odowd@crownpeak.com"
},
"social_media_url": "https://twitter.com/Evidon",
"platforms": {
"ios": "8.1"
},
"frameworks": [
"UIKit",
"Foundation"
],
"vendored_frameworks": "AppNotice/AppNoticeSDKFramework.framework",
"resources": "AppNotice/AppNotice.bundle",
"module_map": "AppNotice/module.modulemap"
}