[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 7 / 5 / c / Webtrekk / 4.0.1 / Webtrekk.podspec.json
blobd35e133c0c7fb90fa306e0d6bd2ae645468e4592
2   "name": "Webtrekk",
3   "version": "4.0.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   },
15   "source": {
16     "git": "https://github.com/Webtrekk/webtrekk-ios-sdk.git",
17     "tag": "4.0.1"
18   },
19   "summary": "The Webtrekk SDK allows you to track user activities, screen flow and media usage for an App.",
20   "module_map": "Module/Module.modulemap",
21   "source_files": [
22     "Sources/**/*.swift",
23     "Module/Module.h"
24   ],
25   "watchos": {
26     "exclude_files": [
27       "Sources/Internal/Utility/UIDevice.swift",
28       "Sources/Internal/Utility/UIViewController.swift",
29       "Sources/Internal/Trackers/AVPlayerTracker.swift"
30     ],
31     "frameworks": "WatchKit"
32   },
33   "frameworks": [
34     "Foundation",
35     "UIKit"
36   ],
37   "ios": {
38     "frameworks": [
39       "AVFoundation",
40       "AVKit",
41       "CoreTelephony"
42     ],
43     "dependencies": {
44       "ReachabilitySwift": [
45         "~> 2.3.3"
46       ]
47     }
48   },
49   "dependencies": {
50     "CryptoSwift": [
51       "~> 0.5.1"
52     ]
53   }