[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 3 / 6 / e / FyberMediationVungle / 6.2.0.1 / FyberMediationVungle.podspec.json
blobec7b3bc54837a21fc67d03330d2568a18135b11a
2   "name": "FyberMediationVungle",
3   "version": "6.2.0.1",
4   "summary": "The FyberSDK Vungle adapter.",
5   "description": "This adapter enables mediation of Vungle ads via the Fyber SDK.",
6   "homepage": "http://developer.fyber.com/",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2011 - 2018, Fyber GmbH, all rights reserved"
10   },
11   "authors": "Fyber GmbH",
12   "social_media_url": "https://twitter.com/Fyber",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "http": "https://bintray.com/artifact/download/fyber/mobile-adapters-ios-cocoapods/Fyber_Vungle_6.2.0-r1_cocoapods.zip"
18   },
19   "preserve_paths": "Fyber_Vungle/**",
20   "vendored_libraries": "Fyber_Vungle/libFyberMediationVungle.a",
21   "requires_arc": true,
22   "dependencies": {
23     "FyberSDK": [
24       "~> 8.4"
25     ]
26   },
27   "default_subspecs": "Certified",
28   "frameworks": [
29     "AdSupport",
30     "AudioToolbox",
31     "AVFoundation",
32     "CFNetwork",
33     "CoreGraphics",
34     "CoreMedia",
35     "MediaPlayer",
36     "QuartzCore",
37     "StoreKit",
38     "SystemConfiguration"
39   ],
40   "weak_frameworks": [
41     "Foundation",
42     "UIKit",
43     "WebKit"
44   ],
45   "libraries": "z",
46   "subspecs": [
47     {
48       "name": "Uncertified",
49       "dependencies": {
50         "VungleSDK-iOS": [
51           ">= 6.2.0"
52         ]
53       }
54     },
55     {
56       "name": "Certified",
57       "dependencies": {
58         "VungleSDK-iOS": [
59           "6.2.0"
60         ]
61       }
62     }
63   ]