[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / 4 / e / mParticle-Localytics / 8.0.2 / mParticle-Localytics.podspec.json
blob6eb6bc257dd9100aa5e67314b16eabe4edf90301
2   "name": "mParticle-Localytics",
3   "version": "8.0.2",
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": "8.0.2"
17   },
18   "social_media_url": "https://twitter.com/mparticle",
19   "platforms": {
20     "ios": "9.0",
21     "tvos": "9.0"
22   },
23   "ios": {
24     "source_files": "mParticle-Localytics/*.{h,m,mm}",
25     "dependencies": {
26       "mParticle-Apple-SDK/mParticle": [
27         "~> 8.0"
28       ],
29       "Localytics": [
30         "~> 6.0"
31       ]
32     },
33     "pod_target_xcconfig": {
34       "LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Localytics/**",
35       "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Localytics/**",
36       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
37     },
38     "user_target_xcconfig": {
39       "OTHER_LDFLAGS": "$(inherited) -framework \"CoreLocation\"",
40       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
41     }
42   },
43   "frameworks": [
44     "SystemConfiguration",
45     "CoreLocation",
46     "AdSupport"
47   ],
48   "libraries": [
49     "z",
50     "sqlite3"
51   ],
52   "tvos": {
53     "source_files": "mParticle-Localytics/*.{h,m,mm}",
54     "dependencies": {
55       "mParticle-Apple-SDK/mParticle": [
56         "~> 8.0"
57       ],
58       "Localytics-tvOS": [
59         "1.0.2"
60       ]
61     },
62     "pod_target_xcconfig": {
63       "LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Localytics/**",
64       "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Localytics/**",
65       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
66     },
67     "user_target_xcconfig": {
68       "OTHER_LDFLAGS": "$(inherited) -framework \"CoreLocation\"",
69       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
70     }
71   }