[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 7 / 5 / c / Webtrekk / 4.5.1 / Webtrekk.podspec.json
blobd0995ea9ed506af8ea73a51a8a3a8881c9009453
2   "name": "Webtrekk",
3   "version": "4.5.1",
4   "authors": {
5     "Webtrekk": "arsen.vartbaronov@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.5.1"
20   },
21   "summary": "The Webtrekk SDK allows you to track user activities, screen flow and media usage for an App.",
22   "module_map": "Module/Module.modulemap",
23   "source_files": [
24     "Sources/**/*.swift",
25     "Module/Module.h"
26   ],
27   "ios": {
28     "exclude_files": "Sources/Internal/Utility/WKInterfaceController.swift",
29     "frameworks": [
30       "AVFoundation",
31       "AVKit",
32       "CoreTelephony"
33     ],
34     "dependencies": {
35       "ReachabilitySwift": [
36         "~> 3.0.0"
37       ]
38     }
39   },
40   "tvos": {
41     "exclude_files": "Sources/Internal/Utility/WKInterfaceController.swift",
42     "dependencies": {
43       "ReachabilitySwift": [
44         "~> 3.0.0"
45       ]
46     }
47   },
48   "watchos": {
49     "exclude_files": [
50       "Sources/Internal/Utility/UIDevice.swift",
51       "Sources/Internal/Utility/UIViewController.swift",
52       "Sources/Internal/Trackers/AVPlayerTracker.swift",
53       "Sources/Internal/Features/DeepLink.swift"
54     ],
55     "frameworks": "WatchKit"
56   },
57   "frameworks": [
58     "Foundation",
59     "UIKit"
60   ],
61   "dependencies": {
62     "CryptoSwift": [
63       "0.6.7"
64     ]
65   },
66   "pushed_with_swift_version": "3.0"