blob: 03e6e30e822a0a4c2e2ac0e15bf2334125025b88 [file] [log] [blame]
{
"name": "mParticle-CleverTap",
"version": "7.8.3",
"summary": "CleverTap integration for mParticle",
"description": "This is the CleverTap 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-clevertap.git",
"tag": "7.8.3"
},
"social_media_url": "https://twitter.com/mparticles",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"ios": {
"source_files": "mParticle-CleverTap/*.{h,m}",
"dependencies": {
"mParticle-Apple-SDK": [
"~> 7.8.0"
],
"CleverTap-iOS-SDK": [
"~> 3.3.0"
]
}
},
"tvos": {
"source_files": "mParticle-CleverTap/*.{h,m}",
"dependencies": {
"mParticle-Apple-SDK/mParticle": [
"~> 7.8.0"
],
"CleverTap-iOS-SDK": [
"~> 3.3.0"
]
}
}
}