[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 1 / 4 / e / mParticle-Localytics / 6.8.0 / mParticle-Localytics.podspec.json
blob1b310563f5e226d2d215ae99035452cad8935efe
2   "name": "mParticle-Localytics",
3   "version": "6.8.0",
4   "summary": "Localytics integration for mParticle",
5   "description": "This is the Localytics 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-localytics.git",
16     "tag": "6.8.0"
17   },
18   "social_media_url": "https://twitter.com/mparticles",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "ios": {
23     "source_files": "mParticle-Localytics/*.{h,m,mm}",
24     "dependencies": {
25       "mParticle-Apple-SDK/mParticle": [
26         "~> 6.8"
27       ],
28       "Localytics": [
29         "4.1.0"
30       ]
31     },
32     "pod_target_xcconfig": {
33       "LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Localytics/**"
34     },
35     "user_target_xcconfig": {
36       "OTHER_LDFLAGS": "$(inherited) -framework \"CoreLocation\""
37     }
38   },
39   "frameworks": [
40     "SystemConfiguration",
41     "CoreLocation",
42     "AdSupport"
43   ],
44   "libraries": [
45     "z",
46     "sqlite3"
47   ]