blob: 9b12fc418a3c49b5d0f1ab223b9a9a2feaef6fcc [file] [log] [blame]
{
"name": "mParticle-Adobe",
"version": "7.15.9",
"summary": "Adobe integration for mParticle",
"description": "This is the Adobe integration for mParticle.",
"homepage": "https://www.mparticle.com",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"mParticle": "support@mparticle.com"
},
"source": {
"git": "https://github.com/mparticle-integrations/mparticle-apple-integration-adobe.git",
"tag": "7.15.9"
},
"social_media_url": "https://twitter.com/mparticle",
"static_framework": true,
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"default_subspecs": "AdobeMedia",
"ios": {
"frameworks": "UIKit"
},
"subspecs": [
{
"name": "Adobe",
"ios": {
"source_files": "mParticle-Adobe/*.{h,m}",
"dependencies": {
"mParticle-Apple-SDK/mParticle": [
"~> 7.0"
]
}
}
},
{
"name": "AdobeMedia",
"ios": {
"source_files": "mParticle-Adobe-Media/*.{h,m}",
"dependencies": {
"mParticle-Apple-SDK/mParticle": [
"~> 7.0"
],
"mParticle-Apple-Media-SDK": [
"~> 1.0.0-beta.3"
],
"ACPMedia": [
"~> 1.0"
],
"ACPAnalytics": [
"~> 2.0"
],
"ACPCore": [
"~> 2.0"
],
"ACPUserProfile": [
"~> 2.0"
]
}
}
}
],
"swift_version": "5.0"
}