[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 7 / 5 / c / Webtrekk / 4.7.1 / Webtrekk.podspec.json
blob0e41e41d2890217f44d9aa428c230e050837975d
2   "name": "Webtrekk",
3   "version": "4.7.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.7.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     "Sources/Internal/Utility/CatchObC.*"
27   ],
28   "ios": {
29     "exclude_files": "Sources/Internal/Utility/WKInterfaceController.swift",
30     "frameworks": [
31       "AVFoundation",
32       "AVKit",
33       "CoreTelephony"
34     ],
35     "dependencies": {
36       "ReachabilitySwift": [
37         "~> 3.0.0"
38       ]
39     }
40   },
41   "tvos": {
42     "exclude_files": "Sources/Internal/Utility/WKInterfaceController.swift",
43     "dependencies": {
44       "ReachabilitySwift": [
45         "~> 3.0.0"
46       ]
47     }
48   },
49   "watchos": {
50     "exclude_files": [
51       "Sources/Internal/Utility/UIDevice.swift",
52       "Sources/Internal/Utility/UIViewController.swift",
53       "Sources/Internal/Trackers/AVPlayerTracker.swift",
54       "Sources/Internal/Features/DeepLink.swift"
55     ],
56     "frameworks": "WatchKit"
57   },
58   "frameworks": [
59     "Foundation",
60     "UIKit"
61   ],
62   "pushed_with_swift_version": "3.1"