[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 7 / c / 0 / mParticle-Appboy / 8.0.16 / mParticle-Appboy.podspec.json
blobc8e1c2c25bdfef91b1b6897264e0a2cad1f10f64
2   "name": "mParticle-Appboy",
3   "version": "8.0.16",
4   "summary": "Appboy integration for mParticle",
5   "description": "This is the Appboy 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-appboy.git",
16     "tag": "8.0.16"
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": "Sources/**/*.{h,m,mm}",
25     "dependencies": {
26       "mParticle-Apple-SDK/mParticle": [
27         "~> 8.0"
28       ],
29       "Appboy-iOS-SDK": [
30         "~> 4.4"
31       ]
32     },
33     "frameworks": [
34       "CoreTelephony",
35       "SystemConfiguration"
36     ]
37   },
38   "libraries": "z",
39   "tvos": {
40     "dependencies": {
41       "mParticle-Apple-SDK/mParticle": [
42         "~> 8.0"
43       ],
44       "Appboy-tvOS-SDK": [
45         "~> 4.3"
46       ]
47     },
48     "frameworks": "SystemConfiguration",
49     "pod_target_xcconfig": {
50       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
51     },
52     "user_target_xcconfig": {
53       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
54     }
55   }