[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / c / 0 / mParticle-Appboy / 8.0.7 / mParticle-Appboy.podspec.json
blobf1eb5d1db42094207edfda44204d8a8923992abd
2   "name": "mParticle-Appboy",
3   "version": "8.0.7",
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.7"
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-Appboy/*.{h,m,mm}",
25     "dependencies": {
26       "mParticle-Apple-SDK/mParticle": [
27         "~> 8.0"
28       ],
29       "Appboy-iOS-SDK": [
30         "~> 3.27"
31       ]
32     },
33     "frameworks": [
34       "CoreTelephony",
35       "SystemConfiguration"
36     ],
37     "pod_target_xcconfig": {
38       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39     },
40     "user_target_xcconfig": {
41       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42     }
43   },
44   "libraries": "z",
45   "tvos": {
46     "source_files": "mParticle-Appboy/*.{h,m,mm}",
47     "dependencies": {
48       "mParticle-Apple-SDK/mParticle": [
49         "~> 8.0"
50       ],
51       "Appboy-tvOS-SDK": [
52         "~> 3.27"
53       ]
54     },
55     "frameworks": "SystemConfiguration",
56     "pod_target_xcconfig": {
57       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
58     },
59     "user_target_xcconfig": {
60       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
61     }
62   }