blob: 8d138dc143f4f182d54e05bed6625436a4adb63c [file] [log] [blame]
{
"name": "mParticle-Leanplum",
"version": "7.3.7",
"summary": "Leanplum integration for mParticle",
"description": "This is the Leanplum 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-leanplum.git",
"tag": "7.3.7"
},
"social_media_url": "https://twitter.com/mparticles",
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "mParticle-Leanplum/*.{h,m,mm}",
"dependencies": {
"mParticle-Apple-SDK/mParticle": [
"~> 7.3.0"
],
"Leanplum-iOS-SDK": [
"~> 2.0.2"
]
},
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"Security",
"CoreLocation",
"StoreKit"
],
"weak_frameworks": "AdSupport",
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Leanplum-iOS-SDK/**",
"OTHER_LDFLAGS": "$(inherited) -framework \"Leanplum\""
}
}
}