blob: 03b5e07acf6bc007a257c9a652ab85a4264c8d5b [file] [log] [blame]
{
"name": "mParticle-Radar",
"version": "7.5.4",
"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.5.4"
},
"social_media_url": "https://twitter.com/mparticles",
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "mParticle-Radar/*.{h,m,mm}",
"frameworks": "CoreLocation",
"dependencies": {
"mParticle-Apple-SDK/mParticle": [
"~> 7.5.0"
],
"RadarSDK": [
"~> 1.3.0"
]
},
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/RadarSDK/**",
"OTHER_LDFLAGS": "$(inherited) -framework \"RadarSDK\""
}
}
}