blob: 81e8c2e2e926e6249ac8080062cf2363cc9cf17b [file] [log] [blame]
{
"name": "Webtrekk",
"version": "4.8.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.8.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",
"Sources/Internal/Utility/CatchObC.*"
],
"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"
],
"pushed_with_swift_version": "4.0"
}