[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / 0 / mParticle-Appboy / 8.0.5 / mParticle-Appboy.podspec.json
blob1cdf72a0aecf389f3e4aadc661db275112391168
2   "name": "mParticle-Appboy",
3   "version": "8.0.5",
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.5"
17   },
18   "social_media_url": "https://twitter.com/mparticle",
19   "pod_target_xcconfig": {
20     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
21   },
22   "user_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "platforms": {
26     "ios": "9.0",
27     "tvos": "9.0"
28   },
29   "ios": {
30     "source_files": "mParticle-Appboy/*.{h,m,mm}",
31     "dependencies": {
32       "mParticle-Apple-SDK/mParticle": [
33         "~> 8.0"
34       ],
35       "Appboy-iOS-SDK": [
36         "~> 3.27"
37       ]
38     },
39     "frameworks": [
40       "CoreTelephony",
41       "SystemConfiguration"
42     ],
43     "pod_target_xcconfig": {
44       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
45     },
46     "user_target_xcconfig": {
47       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
48     }
49   },
50   "libraries": "z",
51   "tvos": {
52     "source_files": "mParticle-Appboy/*.{h,m,mm}",
53     "dependencies": {
54       "mParticle-Apple-SDK/mParticle": [
55         "~> 8.0.0"
56       ],
57       "Appboy-tvOS-SDK": [
58         "~> 3.27"
59       ]
60     },
61     "frameworks": "SystemConfiguration",
62     "pod_target_xcconfig": {
63       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
64     },
65     "user_target_xcconfig": {
66       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
67     }
68   }