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