blob: e5b936418554d036a47e1c13013c902ea3e26f14 [file] [log] [blame]
{
"name": "mParticle-ComScore",
"version": "7.8.3",
"summary": "ComScore integration for mParticle",
"description": "This is the ComScore 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-comscore.git",
"tag": "7.8.3"
},
"social_media_url": "https://twitter.com/mparticles",
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "mParticle-ComScore/*.{h,m,mm}",
"dependencies": {
"mParticle-Apple-SDK/mParticle": [
"~> 7.8.0"
],
"ComScore": [
"~> 5.0"
]
},
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/ComScore/ComScore/iOS/**",
"OTHER_LDFLAGS": "$(inherited) -framework \"ComScore\""
}
},
"frameworks": "SystemConfiguration"
}