blob: 8b1fe6510f44c88d06d7c2f391ae5c88f6fdfeb0 [file] [log] [blame]
{
"name": "mParticle-Kahuna",
"version": "7.8.2",
"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.8.2"
},
"social_media_url": "https://twitter.com/mparticles",
"static_framework": true,
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "mParticle-Kahuna/*.{h,m,mm}",
"dependencies": {
"mParticle-Apple-SDK/mParticle": [
"~> 7.8.0"
],
"Kahuna": [
"2.5.2"
]
},
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Kahuna/**",
"OTHER_LDFLAGS": "$(inherited) -framework \"Kahuna\""
}
}
}