blob: ddc8639f434840a2ee363b75eb7168d82bd3af67 [file] [log] [blame]
{
"name": "Webtrekk",
"version": "4.15.11",
"authors": {
"Webtrekk GmbH": "devgroup.mobile@webtrekk.com"
},
"homepage": "https://www.webtrekk.com/en/solutions/mobile-analytics/",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/Webtrekk/webtrekk-ios-sdk.git",
"tag": "4.15.11"
},
"summary": "The Webtrekk SDK allows you to track user activities, screen flow and media usage for your App.",
"module_map": "Module/Module.modulemap",
"source_files": [
"Source/**/*.swift",
"Module/Module.h",
"Source/Internal/Utility/CatchObC.*"
],
"ios": {
"exclude_files": "Source/Internal/Utility/WKInterfaceController.swift",
"frameworks": [
"AVFoundation",
"AVKit",
"CoreTelephony"
]
},
"tvos": {
"exclude_files": "Source/Internal/Utility/WKInterfaceController.swift"
},
"watchos": {
"exclude_files": [
"Source/Internal/Utility/UIDevice.swift",
"Source/Internal/Utility/UIViewController.swift",
"Source/Internal/Trackers/AVPlayerTracker.swift",
"Source/Internal/Features/DeepLink.swift"
],
"frameworks": "WatchKit"
},
"frameworks": [
"Foundation",
"UIKit"
]
}