blob: 9e06e944ba9b0bc1e672f82cdcec9f704286b8af [file] [log] [blame]
{
"name": "mParticle-Leanplum",
"version": "6.13.0",
"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": "6.13.0"
},
"social_media_url": "https://twitter.com/mparticles",
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "mParticle-Leanplum/*.{h,m,mm}",
"dependencies": {
"mParticle-Apple-SDK/mParticle": [
"~> 6.13.0"
],
"Leanplum-iOS-SDK": [
"1.4.3"
]
},
"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\""
}
}
}