blob: a9e87660abdd97f59a25dfc355ca6bae2236d884 [file] [log] [blame]
{
"name": "tealium-swift",
"version": "1.4.0",
"summary": "Tealium Swift Integration Library",
"description": "Supports Tealium's iQ and UDH suite of products on iOS, MacOS, tvOS and watchOS",
"homepage": "https://github.com/Tealium/tealium-swift",
"license": {
"type": "Commercial",
"file": "LICENSE.txt"
},
"authors": {
"craigrouse": "craig.rouse@tealium.com"
},
"platforms": {
"tvos": "9.0",
"ios": "9.0",
"osx": "10.11",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/Tealium/tealium-swift.git",
"tag": "1.4.0"
},
"source_files": "tealium/**/*",
"tvos": {
"exclude_files": [
"tealium/tagmanagement/TealiumTagManagementModule.swift",
"tealium/remotecommands/*",
"tealium/attribution/*"
]
},
"watchos": {
"exclude_files": [
"tealium/tagmanagement/TealiumTagManagementModule.swift",
"tealium/autotracking/*",
"tealium/connectivity/*",
"tealium/remotecommands/*",
"tealium/attribution/*"
]
},
"osx": {
"exclude_files": [
"tealium/tagmanagement/TealiumTagManagementModule.swift",
"tealium/autotracking/*",
"tealium/remotecommands/*",
"tealium/attribution/*"
]
},
"pushed_with_swift_version": "4.0"
}