[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 2 / 9 / mParticle-Leanplum / 7.8.0 / mParticle-Leanplum.podspec.json
blobb0ced02ba28f47f561911874d7e02824e18bb011
2   "name": "mParticle-Leanplum",
3   "version": "7.8.0",
4   "summary": "Leanplum integration for mParticle",
5   "description": "This is the Leanplum 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-leanplum.git",
16     "tag": "7.8.0"
17   },
18   "social_media_url": "https://twitter.com/mparticles",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "ios": {
23     "source_files": "mParticle-Leanplum/*.{h,m,mm}",
24     "dependencies": {
25       "mParticle-Apple-SDK/mParticle": [
26         "~> 7.8.0"
27       ],
28       "Leanplum-iOS-SDK": [
29         "~> 2.0.2"
30       ]
31     },
32     "frameworks": [
33       "CFNetwork",
34       "SystemConfiguration",
35       "Security",
36       "CoreLocation",
37       "StoreKit"
38     ],
39     "weak_frameworks": "AdSupport",
40     "pod_target_xcconfig": {
41       "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Leanplum-iOS-SDK/**",
42       "OTHER_LDFLAGS": "$(inherited) -framework \"Leanplum\""
43     }
44   }