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