[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 1 / d / BitmovinAnalyticsCollector / 3.8.1 / BitmovinAnalyticsCollector.podspec.json
blobf754c831ad55f8341b5432b6732cc7c377c9c473
2   "name": "BitmovinAnalyticsCollector",
3   "version": "3.8.1",
4   "summary": "iOS library that allows you to monitor your iOS video playback with Bitmovin Analytics",
5   "description": "iOS library that allows you to monitor your iOS video playback with Bitmovin Analytics. This SDK can monitor an AVPlayer, a Bitmovin Player or AmazonIVSPlayer.",
6   "homepage": "https://github.com/bitmovin/bitmovin-analytics-collector-ios",
7   "authors": {
8     "Bitmovin Inc": "support@bitmovin.com"
9   },
10   "license": {
11     "type": "Commercial",
12     "file": "LICENSE.md"
13   },
14   "platforms": {
15     "ios": "14.0",
16     "tvos": "14.0",
17     "visionos": "1.0"
18   },
19   "swift_versions": "5.7",
20   "source": {
21     "http": "https://cdn.bitmovin.com/analytics/ios_tvos/3.8.1/BitmovinAnalyticsCollector.zip"
22   },
23   "subspecs": [
24     {
25       "name": "Core",
26       "vendored_frameworks": "CoreCollector.xcframework"
27     },
28     {
29       "name": "BitmovinPlayer",
30       "vendored_frameworks": "BitmovinCollector.xcframework",
31       "dependencies": {
32         "BitmovinPlayerCore": [
33           "~> 3.48"
34         ],
35         "BitmovinAnalyticsCollector/Core": [
37         ]
38       }
39     },
40     {
41       "name": "AmazonIVSPlayer",
42       "platforms": {
43         "ios": "14.0"
44       },
45       "ios": {
46         "vendored_frameworks": "AmazonIVSCollector.xcframework",
47         "dependencies": {
48           "AmazonIVSPlayer": [
49             "1.24.0"
50           ],
51           "BitmovinAnalyticsCollector/Core": [
53           ]
54         }
55       }
56     },
57     {
58       "name": "AVPlayer",
59       "vendored_frameworks": "AVFoundationCollector.xcframework",
60       "dependencies": {
61         "BitmovinAnalyticsCollector/Core": [
63         ]
64       }
65     }
66   ],
67   "swift_version": "5.7"