blob: f423bac25edab2e0205b4d18031313008979b22b [file] [log] [blame]
{
"name": "mParticle-CleverTap",
"version": "7.15.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": "7.15.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": [
"~> 7.0"
],
"CleverTap-iOS-SDK": [
"~> 3.5"
]
}
},
"tvos": {
"source_files": "mParticle-CleverTap/*.{h,m}",
"dependencies": {
"mParticle-Apple-SDK/mParticle": [
"~> 7.0"
],
"CleverTap-iOS-SDK": [
"~> 3.5"
]
}
}
}