blob: 9000a7804a909eaa6862a0eb7408feec91525eba [file] [log] [blame]
{
"name": "TealiumBraze",
"module_name": "TealiumBraze",
"version": "2.0.0",
"summary": "Tealium Swift and Braze integration",
"description": "Tealium's integration with Braze for iOS.",
"homepage": "https://github.com/Tealium/tealium-ios-braze-remote-command",
"license": {
"type": "Commercial",
"file": "LICENSE.txt"
},
"authors": {
"Tealium Inc.": "tealium@tealium.com",
"jonathanswong": "jonathan.wong@tealium.com",
"christinasund": "christina.sund@tealium.com"
},
"social_media_url": "https://twitter.com/tealium",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"source": {
"git": "https://github.com/Tealium/tealium-ios-braze-remote-command.git",
"tag": "2.0.0"
},
"ios": {
"source_files": "Sources/*.{swift}",
"dependencies": {
"tealium-swift/Core": [
"~> 2.1"
],
"tealium-swift/RemoteCommands": [
"~> 2.1"
],
"tealium-swift/TagManagement": [
"~> 2.1"
],
"Appboy-iOS-SDK": [
"~> 3.2"
]
}
},
"swift_version": "5.0"
}