blob: d87e41088536474b4bc18e82076a12ea8850671d [file] [log] [blame]
{
"name": "mParticle-Kochava",
"version": "7.16.0",
"summary": "Kochava integration for mParticle",
"description": "This is the Kochava 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-kochava.git",
"tag": "7.16.0"
},
"social_media_url": "https://twitter.com/mparticle",
"static_framework": true,
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "mParticle-Kochava/*.{h,m,mm}",
"dependencies": {
"mParticle-Apple-SDK/mParticle": [
"~> 7.0"
],
"KochavaTrackeriOS": [
"~> 3.0"
]
},
"pod_target_xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/KochavaTrackeriOS/**",
"OTHER_LDFLAGS": "$(inherited) -l\"KochavaTrackeriOS\""
}
}
}