[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 2 / d / VLPlayeriOSLib / 2.6.1 / VLPlayeriOSLib.podspec.json
blob60ec50889ebf1fe8ed592a81641a6f5062b0d6b5
2   "name": "VLPlayeriOSLib",
3   "version": "2.6.1",
4   "summary": "VLPlayer SDK for iOS.  SDKs page: https://developer.viewlift.com/docs/sdk-ios-player/",
5   "description": "VLPlayer SDK for iOS is built upon the native iOS player framework, AVFoundation. \nThe SDK does all of the heavy lifting of playing video and provides basic capabilities for you to programmatically control the player. \nYou can also hook into custom UI for player controls.",
6   "homepage": "https://viewlift.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "VL Player": "techsupport@viewlift.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "source": {
18     "git": "https://github.com/snagfilms/ViewLift-IOS-PlayerFramework.git",
19     "tag": "2.6.1"
20   },
21   "default_subspecs": "Main",
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e"
27   },
28   "dependencies": {
29     "AmazonIVSPlayer": [
30       "1.17.0"
31     ],
32     "GoogleAds-IMA-iOS-SDK": [
33       "3.18.4"
34     ],
35     "VisualEffectView": [
36       "4.1.4"
37     ],
38     "M3U8Kit": [
39       "1.0.2"
40     ]
41   },
42   "requires_arc": true,
43   "subspecs": [
44     {
45       "name": "Main",
46       "ios": {
47         "preserve_paths": "VLPlayerLib.xcframework",
48         "vendored_frameworks": "VLPlayerLib.xcframework"
49       }
50     },
51     {
52       "name": "Legacy"
53     }
54   ]