blob: 2e8752b8f240c232fc1b1b20dab42a87160c5f43 [file] [log] [blame]
{
"name": "mParticle-Radar",
"version": "7.8.1",
"summary": "Radar integration for mParticle",
"description": "This is the Radar 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-radar.git",
"tag": "7.8.1"
},
"social_media_url": "https://twitter.com/mparticles",
"static_framework": true,
"platforms": {
"ios": "9.0"
},
"ios": {
"source_files": "mParticle-Radar/*.{h,m,mm}",
"frameworks": "CoreLocation",
"dependencies": {
"mParticle-Apple-SDK/mParticle": [
"~> 7.8.0"
],
"RadarSDK": [
"~> 2.1.1"
]
},
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/RadarSDK/**",
"OTHER_LDFLAGS": "$(inherited) -framework \"RadarSDK\""
}
}
}