[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / d / 9 / 5 / FluctSDK-MediationAdapter / 5.9.0 / FluctSDK-MediationAdapter.podspec.json
blobc4075bab8b09781c9aeea585137041efc4943b04
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": "5.9.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": "5.9.0"
16   },
17   "platforms": {
18     "ios": "8.1"
19   },
20   "subspecs": [
21     {
22       "name": "AdColony",
23       "source_files": "FluctSDK-MediationAdapter/AdColony/*.{h,m}",
24       "dependencies": {
25         "FluctSDK": [
27         ],
28         "AdColony": [
30         ]
31       }
32     },
33     {
34       "name": "AdCorsa",
35       "source_files": "FluctSDK-MediationAdapter/AdCorsa/*.{h,m}",
36       "dependencies": {
37         "FluctSDK": [
39         ],
40         "GlossomAds": [
42         ]
43       }
44     },
45     {
46       "name": "AppLovin",
47       "source_files": "FluctSDK-MediationAdapter/AppLovin/*.{h,m}",
48       "dependencies": {
49         "FluctSDK": [
51         ],
52         "AppLovinSDK": [
54         ]
55       }
56     },
57     {
58       "name": "maio",
59       "source_files": "FluctSDK-MediationAdapter/maio/*.{h,m}",
60       "dependencies": {
61         "FluctSDK": [
63         ],
64         "MaioSDK": [
66         ]
67       }
68     },
69     {
70       "name": "nend",
71       "source_files": "FluctSDK-MediationAdapter/nend/*.{h,m}",
72       "dependencies": {
73         "FluctSDK": [
75         ],
76         "NendSDK_iOS": [
78         ]
79       }
80     },
81     {
82       "name": "Tapjoy",
83       "source_files": "FluctSDK-MediationAdapter/Tapjoy/*.{h,m}",
84       "dependencies": {
85         "FluctSDK": [
87         ],
88         "TapjoySDK": [
90         ]
91       }
92     },
93     {
94       "name": "UnityAds",
95       "source_files": "FluctSDK-MediationAdapter/UnityAds/*.{h,m}",
96       "dependencies": {
97         "FluctSDK": [
99         ],
100         "UnityAds": [
102         ]
103       }
104     },
105     {
106       "name": "Mintegral",
107       "source_files": "FluctSDK-MediationAdapter/Mintegral/*.{h,m}",
108       "dependencies": {
109         "FluctSDK": [
111         ]
112       },
113       "libraries": [
114         "sqlite3",
115         "z"
116       ],
117       "compiler_flags": "-ObjC",
118       "frameworks": [
119         "CoreGraphics",
120         "AdSupport",
121         "StoreKit",
122         "QuartzCore",
123         "CoreTelephony",
124         "MobileCoreServices",
125         "Accelerate",
126         "AVFoundation",
127         "WebKit"
128       ],
129       "vendored_frameworks": [
130         "FluctSDK-MediationAdapter/Mintegral/MTGSDK.framework",
131         "FluctSDK-MediationAdapter/Mintegral/MTGSDKReward.framework"
132       ]
133     }
134   ]