blob: f424173db132319e9cb2d3edda8e2207acbf4fed [file] [log] [blame]
{
"name": "mParticle-AppsFlyer",
"version": "6.2.0",
"summary": "AppsFlyer integration for mParticle",
"description": "This is the AppsFlyer 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-appsflyer.git",
"tag": "6.2.0"
},
"social_media_url": "https://twitter.com/mparticles",
"platforms": {
"ios": "7.0"
},
"ios": {
"source_files": "mParticle-AppsFlyer/*.{h,m,mm}",
"dependencies": {
"mParticle-Apple-SDK/mParticle": [
"~> 6.2"
],
"AppsFlyer-SDK": [
"4.5.0"
]
},
"pod_target_xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/AppsFlyer-SDK/**",
"OTHER_LDFLAGS": "$(inherited) -l\"AppsFlyerLib\""
}
}
}