blob: 1ad8b0878d5d2b905203496c6986d8008b5e9e8a [file] [log] [blame]
{
"name": "PersonalizedAdConsent",
"version": "1.0.1",
"summary": "Google Mobile Ads Consent SDK",
"description": "The Consent SDK is an open-source library that provides utility functions for collecting consent from your users.",
"homepage": "https://developers.google.com/admob/ios/eu-consent",
"license": {
"text": "Copyright 2018 Google LLC.",
"type": "Apache 2.0"
},
"authors": "Google LLC",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/googleads/googleads-consent-sdk-ios.git",
"tag": "v1.0.1"
},
"source_files": "PersonalizedAdConsent/**/*.{h,m}",
"public_header_files": [
"PersonalizedAdConsent/PersonalizedAdConsent/PACConsentForm.h",
"PersonalizedAdConsent/PersonalizedAdConsent/PACPersonalizedAdConsent.h",
"PersonalizedAdConsent/PersonalizedAdConsent/PersonalizedAdConsent.h"
],
"resource_bundles": {
"PersonalizedAdConsent": [
"PersonalizedAdConsent/PersonalizedAdConsent/PersonalizedAdConsent.bundle/*"
]
},
"requires_arc": true
}