blob: bafc32c82e90bebd4f93ec5471d5f3b95cd481d9 [file] [log] [blame]
{
"name": "mParticle-CleverTap",
"version": "8.0.0",
"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": "8.0.0"
},
"social_media_url": "https://twitter.com/mparticle",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"ios": {
"source_files": "mParticle-CleverTap/*.{h,m}",
"dependencies": {
"mParticle-Apple-SDK/mParticle": [
"~> 8.0-beta"
],
"CleverTap-iOS-SDK": [
"~> 3.8"
]
}
},
"tvos": {
"source_files": "mParticle-CleverTap/*.{h,m}",
"dependencies": {
"mParticle-Apple-SDK/mParticle": [
"~> 8.0-beta"
],
"CleverTap-iOS-SDK": [
"~> 3.8"
]
}
}
}