-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGADMAdapterFlurry.podspec.json
More file actions
46 lines (46 loc) · 1.07 KB
/
GADMAdapterFlurry.podspec.json
File metadata and controls
46 lines (46 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "GADMAdapterFlurry",
"version": "6.0.0",
"summary": "Google Mediation Networks: Flurry",
"description": "Flurry adapter of the Google Mediation Networks.",
"homepage": "https://developers.google.com/admob/ios/mediation-networks",
"license": {
"text": "Copyright 2015 Yahoo Inc. All Rights Reserved.",
"type": "Copyright"
},
"authors": "Yahoo Inc.",
"platforms": {
"ios": "6.0"
},
"dependencies": {
"Flurry-iOS-SDK/FlurryAds": "~> 7.2",
"Google-Mobile-Ads-SDK": "~> 7.5"
},
"vendored_libraries": [
"libFlurryDFPAdapter_6.0.0.r1.a"
],
"weak_frameworks": [
"AdSupport"
],
"frameworks": [
"AudioToolbox",
"AVFoundation",
"QuartzCore",
"CoreGraphics",
"CoreTelephony",
"Foundation",
"EventKit",
"EventKitUI",
"MessageUI",
"MediaPlayer",
"Security",
"SystemConfiguration",
"StoreKit",
"UIKit"
],
"requires_arc": true,
"source": {
"git": "https://github.com/flurry/FlurryAdapterForDFPAndAdMobiOS.git",
"commit": "29a92d80270e2e3a6d2f253d7ba19c87dd682632"
}
}