blob: 21b454f4c657bc81de77f4edfe3393b6c03c8a2e [file] [log] [blame]
{
"name": "mParticle-AppsFlyer",
"version": "7.15.6",
"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": "7.15.6"
},
"social_media_url": "https://twitter.com/mparticle",
"static_framework": true,
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "mParticle-AppsFlyer/*.{h,m,mm}",
"dependencies": {
"mParticle-Apple-SDK/mParticle": [
"~> 7.0"
],
"AppsFlyerFramework": [
"~> 5.0"
]
},
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/AppsFlyerFramework/**",
"OTHER_LDFLAGS": "$(inherited) -framework \"AppsFlyerLib\""
}
}
}