[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 7 / 5 / c / Webtrekk / 4.15.7 / Webtrekk.podspec.json
blobf6a8294ebf6fd1299975fef7d4700e9134e7516b
2   "name": "Webtrekk",
3   "version": "4.15.7",
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": "9.0",
14     "tvos": "9.0",
15     "watchos": "3.0"
16   },
17   "source": {
18     "git": "https://github.com/Webtrekk/webtrekk-ios-sdk.git",
19     "tag": "4.15.7"
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   "source_files": [
24     "Source/**/*.swift",
25     "Module/Module.h",
26     "Source/Internal/Utility/CatchObC.*"
27   ],
28   "ios": {
29     "exclude_files": "Source/Internal/Utility/WKInterfaceController.swift",
30     "frameworks": [
31       "AVFoundation",
32       "AVKit",
33       "CoreTelephony"
34     ]
35   },
36   "tvos": {
37     "exclude_files": "Source/Internal/Utility/WKInterfaceController.swift"
38   },
39   "watchos": {
40     "exclude_files": [
41       "Source/Internal/Utility/UIDevice.swift",
42       "Source/Internal/Utility/UIViewController.swift",
43       "Source/Internal/Trackers/AVPlayerTracker.swift",
44       "Source/Internal/Features/DeepLink.swift"
45     ],
46     "frameworks": "WatchKit"
47   },
48   "frameworks": [
49     "Foundation",
50     "UIKit"
51   ]