[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 9 / 5 / FluctSDK-MediationAdapter / 6.11.0 / FluctSDK-MediationAdapter.podspec.json
blob4a82ad049b960a394ab6747820b1d734f38c0324
2   "name": "FluctSDK-MediationAdapter",
3   "summary": "Mediation Adapter for FluctSDK ad Framework",
4   "license": {
5     "type": "Copyright",
6     "text": "Copyright (c) fluct,Inc. All rights reserved."
7   },
8   "version": "6.11.0",
9   "authors": "fluct,Inc.",
10   "requires_arc": true,
11   "static_framework": true,
12   "homepage": "https://fluct.jp/",
13   "source": {
14     "git": "https://github.com/voyagegroup/FluctSDK-iOS.git",
15     "tag": "6.11.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
22   },
23   "subspecs": [
24     {
25       "name": "AdColony",
26       "source_files": "FluctSDK-MediationAdapter/AdColony/*.{h,m}",
27       "dependencies": {
28         "FluctSDK": [
30         ],
31         "AdColony": [
32           ">= 4.3.1"
33         ]
34       }
35     },
36     {
37       "name": "AdCorsa",
38       "source_files": "FluctSDK-MediationAdapter/AdCorsa/*.{h,m}",
39       "dependencies": {
40         "FluctSDK": [
42         ],
43         "GlossomAds": [
44           ">= 2.1.1"
45         ]
46       }
47     },
48     {
49       "name": "AppLovin",
50       "source_files": "FluctSDK-MediationAdapter/AppLovin/*.{h,m}",
51       "dependencies": {
52         "FluctSDK": [
54         ],
55         "AppLovinSDK": [
56           ">=6.14.2"
57         ]
58       }
59     },
60     {
61       "name": "maio",
62       "source_files": "FluctSDK-MediationAdapter/maio/*.{h,m}",
63       "dependencies": {
64         "FluctSDK": [
66         ],
67         "MaioSDK": [
68           ">= 1.5.5"
69         ]
70       }
71     },
72     {
73       "name": "nend",
74       "source_files": "FluctSDK-MediationAdapter/nend/*.{h,m}",
75       "dependencies": {
76         "FluctSDK": [
78         ],
79         "NendSDK_iOS": [
80           ">= 6.0.3"
81         ]
82       }
83     },
84     {
85       "name": "Tapjoy",
86       "source_files": "FluctSDK-MediationAdapter/Tapjoy/*.{h,m}",
87       "dependencies": {
88         "FluctSDK": [
90         ],
91         "TapjoySDK": [
92           ">= 12.6.0"
93         ]
94       }
95     },
96     {
97       "name": "UnityAds",
98       "source_files": "FluctSDK-MediationAdapter/UnityAds/*.{h,m}",
99       "dependencies": {
100         "FluctSDK": [
102         ],
103         "UnityAds": [
104           ">= 3.4.8"
105         ]
106       }
107     },
108     {
109       "name": "Five",
110       "source_files": "FluctSDK-MediationAdapter/Five/*.{h,m}",
111       "dependencies": {
112         "FluctSDK": [
114         ]
115       },
116       "frameworks": [
117         "AdSupport",
118         "AVFoundation",
119         "CoreMedia",
120         "CoreTelephony",
121         "SystemConfiguration",
122         "AudioToolbox",
123         "WebKit",
124         "StoreKit"
125       ],
126       "vendored_frameworks": "FluctSDK-MediationAdapter/Five/FiveAd.framework"
127     }
128   ]