[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 7 / c / 0 / mParticle-Appboy / 7.16.1 / mParticle-Appboy.podspec.json
blobb4c1e26efccd729d2a3e044a144850c5bf0b4217
2   "name": "mParticle-Appboy",
3   "version": "7.16.1",
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": "7.16.1"
17   },
18   "social_media_url": "https://twitter.com/mparticle",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "ios": {
23     "source_files": "mParticle-Appboy/*.{h,m,mm}",
24     "dependencies": {
25       "mParticle-Apple-SDK/mParticle": [
26         "~> 7.0"
27       ],
28       "Appboy-iOS-SDK": [
29         "~> 3.20"
30       ]
31     },
32     "frameworks": [
33       "CoreTelephony",
34       "SystemConfiguration"
35     ]
36   },
37   "libraries": "z",
38   "tvos": {
39     "pod_target_xcconfig": {
40       "LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Appboy-tvOS-SDK/**"
41     }
42   }