blob: 2584229016f95ef9a2c11bded6553d19db131dab [file] [log] [blame]
{
"name": "TealiumAdjust",
"module_name": "TealiumAdjust",
"version": "1.0.0",
"summary": "Tealium Swift and Adjust integration",
"description": "Tealium's integration with Adjust for iOS.",
"homepage": "https://github.com/Tealium/tealium-ios-adjust-remote-command",
"license": {
"type": "Commercial",
"file": "LICENSE.txt"
},
"authors": {
"Tealium Inc.": "tealium@tealium.com",
"Christina Sund": "christina.sund@tealium.com"
},
"social_media_url": "https://twitter.com/tealium",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Tealium/tealium-ios-adjust-remote-command.git",
"tag": "1.0.0"
},
"ios": {
"source_files": "Sources/*.{swift}",
"dependencies": {
"tealium-swift/Core": [
"~> 2.3"
],
"tealium-swift/RemoteCommands": [
"~> 2.3"
],
"Adjust": [
"~> 4.6"
]
}
},
"swift_version": "5.0"
}