[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / e / d / 4 / mParticle-Radar / 7.12.0 / mParticle-Radar.podspec.json
blob8d131dae8a7310485d14e73e0ccc19d73bb61215
2   "name": "mParticle-Radar",
3   "version": "7.12.0",
4   "summary": "Radar integration for mParticle",
5   "description": "This is the Radar integration for mParticle.",
6   "homepage": "https://www.mparticle.com",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mParticle": "support@mparticle.com"
13   },
14   "source": {
15     "git": "https://github.com/mparticle-integrations/mparticle-apple-integration-radar.git",
16     "tag": "7.12.0"
17   },
18   "social_media_url": "https://twitter.com/mparticle",
19   "static_framework": true,
20   "platforms": {
21     "ios": "9.0"
22   },
23   "ios": {
24     "source_files": "mParticle-Radar/*.{h,m,mm}",
25     "frameworks": "CoreLocation",
26     "dependencies": {
27       "mParticle-Apple-SDK/mParticle": [
28         "~> 7.12.0"
29       ],
30       "RadarSDK": [
31         "~> 2.1.1"
32       ]
33     },
34     "pod_target_xcconfig": {
35       "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/RadarSDK/**",
36       "OTHER_LDFLAGS": "$(inherited) -framework \"RadarSDK\""
37     }
38   }