[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / 0 / mParticle-Appboy / 8.0.9 / mParticle-Appboy.podspec.json
blobd2eabd23002777f2ddc5f15c30ee46c68a625824
2   "name": "mParticle-Appboy",
3   "version": "8.0.9",
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.9"
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         "~> 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     "dependencies": {
47       "mParticle-Apple-SDK/mParticle": [
48         "~> 8.0"
49       ],
50       "Appboy-tvOS-SDK": [
51         "~> 3.27"
52       ]
53     },
54     "frameworks": "SystemConfiguration",
55     "pod_target_xcconfig": {
56       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
57     },
58     "user_target_xcconfig": {
59       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
60     }
61   }