[Add] FaceSDKNightly 6.4.2324
[CocoaPods.git] / Specs / 7 / 5 / c / Webtrekk / 4.13.0 / Webtrekk.podspec.json
blob96d02c67f9f26fe03fdfc6ab0540b08e6d162d03
2   "name": "Webtrekk",
3   "version": "4.13.0",
4   "authors": {
5     "Webtrekk GmbH": "martin.demiddel@webtrekk.com"
6   },
7   "homepage": "https://www.webtrekk.com/en/solutions/mobile-analytics/",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "platforms": {
13     "ios": "8.0",
14     "tvos": "9.0",
15     "watchos": "2.0"
16   },
17   "source": {
18     "git": "https://github.com/Webtrekk/webtrekk-ios-sdk.git",
19     "tag": "4.13.0"
20   },
21   "summary": "The Webtrekk SDK allows you to track user activities, screen flow and media usage for your App.",
22   "module_map": "Module/Module.modulemap",
23   "compiler_flags": "-UseModernBuildSystem=NO",
24   "source_files": [
25     "Source/**/*.swift",
26     "Module/Module.h",
27     "Source/Internal/Utility/CatchObC.*"
28   ],
29   "ios": {
30     "exclude_files": "Source/Internal/Utility/WKInterfaceController.swift",
31     "frameworks": [
32       "AVFoundation",
33       "AVKit",
34       "CoreTelephony"
35     ],
36     "dependencies": {
37       "ReachabilitySwift": [
38         "~> 3.0.0"
39       ]
40     }
41   },
42   "tvos": {
43     "exclude_files": "Source/Internal/Utility/WKInterfaceController.swift",
44     "dependencies": {
45       "ReachabilitySwift": [
46         "~> 3.0.0"
47       ]
48     }
49   },
50   "watchos": {
51     "exclude_files": [
52       "Source/Internal/Utility/UIDevice.swift",
53       "Source/Internal/Utility/UIViewController.swift",
54       "Source/Internal/Trackers/AVPlayerTracker.swift",
55       "Source/Internal/Features/DeepLink.swift"
56     ],
57     "frameworks": "WatchKit"
58   },
59   "frameworks": [
60     "Foundation",
61     "UIKit"
62   ]