blob: 2491a7b0b0e4ceeb282dfb84aeb75569be03a262 [file] [log] [blame]
{
"name": "Webtrekk",
"version": "4.3.0",
"authors": {
"Webtrekk": "arsen.vartbaronov@webtrekk.com"
},
"homepage": "https://www.webtrekk.com/en/solutions/mobile-analytics/",
"license": {
"type": "MIT",
"file": "LICENSE.MD"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/Webtrekk/webtrekk-ios-sdk.git",
"tag": "4.3.0"
},
"summary": "The Webtrekk SDK allows you to track user activities, screen flow and media usage for an App.",
"module_map": "Module/Module.modulemap",
"source_files": [
"Sources/**/*.swift",
"Module/Module.h"
],
"ios": {
"exclude_files": "Sources/Internal/Utility/WKInterfaceController.swift",
"frameworks": [
"AVFoundation",
"AVKit",
"CoreTelephony"
],
"dependencies": {
"ReachabilitySwift": [
"~> 3.0.0"
]
}
},
"tvos": {
"exclude_files": "Sources/Internal/Utility/WKInterfaceController.swift",
"dependencies": {
"ReachabilitySwift": [
"~> 3.0.0"
]
}
},
"watchos": {
"exclude_files": [
"Sources/Internal/Utility/UIDevice.swift",
"Sources/Internal/Utility/UIViewController.swift",
"Sources/Internal/Trackers/AVPlayerTracker.swift",
"Sources/Internal/Features/DeepLink.swift"
],
"frameworks": "WatchKit"
},
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"CryptoSwift": [
"0.6.0"
]
}
}