[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 1 / 4 / e / mParticle-Localytics / 6.0.8 / mParticle-Localytics.podspec.json
blob3a72030309f25ec5b334a3a85dd406bf2fd8ffb6
2   "name": "mParticle-Localytics",
3   "version": "6.0.8",
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.0.8"
17   },
18   "social_media_url": "https://twitter.com/mparticles",
19   "platforms": {
20     "ios": "7.0"
21   },
22   "ios": {
23     "source_files": "mParticle-Localytics/*.{h,m,mm}",
24     "dependencies": {
25       "mParticle-Apple-SDK/mParticle": [
26         "~> 6.0"
27       ],
28       "Localytics": [
29         "3.8.0"
30       ]
31     },
32     "pod_target_xcconfig": {
33       "LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Localytics/**",
34       "OTHER_LDFLAGS": "$(inherited) -l\"Localytics\""
35     },
36     "user_target_xcconfig": {
37       "OTHER_LDFLAGS": "$(inherited) -l\"Localytics\" -framework \"CoreLocation\""
38     }
39   },
40   "frameworks": [
41     "SystemConfiguration",
42     "CoreLocation",
43     "AdSupport"
44   ],
45   "libraries": [
46     "z",
47     "sqlite3"
48   ]