blob: 744c0bf98e26fd8e60dbafeb73b37ea149998ec4 [file] [log] [blame]
{
"name": "mParticle-Appboy",
"version": "7.15.5",
"summary": "Appboy integration for mParticle",
"description": "This is the Appboy integration for mParticle.",
"homepage": "https://www.mparticle.com",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"mParticle": "support@mparticle.com"
},
"source": {
"git": "https://github.com/mparticle-integrations/mparticle-apple-integration-appboy.git",
"tag": "7.15.5"
},
"social_media_url": "https://twitter.com/mparticle",
"platforms": {
"ios": "9.0"
},
"ios": {
"source_files": "mParticle-Appboy/*.{h,m,mm}",
"dependencies": {
"mParticle-Apple-SDK/mParticle": [
"~> 7.0"
],
"Appboy-iOS-SDK": [
"~> 3.20"
]
},
"frameworks": [
"CoreTelephony",
"SystemConfiguration"
]
},
"libraries": "z",
"tvos": {
"pod_target_xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Appboy-tvOS-SDK/**"
}
}
}