blob: 1bc6135481b1efd06e188d77e85cffe8fa99a406 [file] [log] [blame]
{
"name": "GistFirebase",
"version": "1.0.0",
"summary": "Firebase extension for Gist",
"description": "In-app messaging that converts",
"homepage": "https://gist.build",
"license": {
"type": "Bourbon Platform License",
"file": "LICENSE"
},
"authors": "Bourbon Ltd",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://gitlab.com/bourbonltd/gist-firebase-apple",
"tag": "1.0.0"
},
"source_files": [
"GistFirebase/*.{swift,h,m}",
"GistFirebase/**/*.{swift,h,m}"
],
"dependencies": {
"Gist": [
"~> 1.0.0"
],
"Firebase/InAppMessaging": [
"~> 6.27.1"
]
},
"static_framework": true,
"pod_target_xcconfig": {
"VALID_ARCHS": "armv7 arm64 x86_64"
},
"swift_version": "5.0"
}