[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 2 / d / VLPlayeriOSLib / 2.5.5 / VLPlayeriOSLib.podspec.json
blobfca54a34c49f750d0423c470fe289b880ab78814
2   "name": "VLPlayeriOSLib",
3   "version": "2.5.5",
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.5.5"
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.8.2"
31     ],
32     "GoogleAds-IMA-iOS-SDK": [
33       "3.16.3"
34     ]
35   },
36   "requires_arc": true,
37   "subspecs": [
38     {
39       "name": "Main",
40       "ios": {
41         "preserve_paths": "VLPlayerLib.xcframework",
42         "vendored_frameworks": "VLPlayerLib.xcframework"
43       }
44     },
45     {
46       "name": "Legacy"
47     }
48   ]