[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / 0 / mParticle-Appboy / 8.0.4 / mParticle-Appboy.podspec.json
blob57ceb959a26847b42388b94ddbcca6c66bd741b6
2   "name": "mParticle-Appboy",
3   "version": "8.0.4",
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.4"
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   },
28   "ios": {
29     "source_files": "mParticle-Appboy/*.{h,m,mm}",
30     "dependencies": {
31       "mParticle-Apple-SDK/mParticle": [
32         "~> 8.0"
33       ],
34       "Appboy-iOS-SDK": [
35         "~> 3.27"
36       ]
37     },
38     "frameworks": [
39       "CoreTelephony",
40       "SystemConfiguration"
41     ]
42   },
43   "libraries": "z",
44   "tvos": {
45     "pod_target_xcconfig": {
46       "LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Appboy-tvOS-SDK/**"
47     }
48   }