[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / b / 1 / MintegralAdSDKAdapterForAdmob / 6.3.3.0 / MintegralAdSDKAdapterForAdmob.podspec.json
blob1051774ca6d83968aca5cdace9563dfc89a4cfb6
2   "name": "MintegralAdSDKAdapterForAdmob",
3   "version": "6.3.3.0",
4   "summary": "Mintegral Network CustomEvent for Admob Ad Mediation",
5   "homepage": "http://cdn-adn.rayjump.com/cdn-adn/v2/markdown_v2/index.html?file=sdk-m_sdk-ios&lang=en",
6   "description": "Mintegral's  AdSDK allows you to monetize your iOS and Android apps with Mintegral ads. And this CustomEvent  for use Mintegral via Admob sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Mintegral",
12   "social_media_url": "https://www.facebook.com/mintegral.official",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/Mintegral-official/mintegral_admob_adapter_ios.git",
18     "tag": "6.3.3.0"
19   },
20   "requires_arc": true,
21   "static_framework": true,
22   "default_subspecs": "RewardVideoAdAdapter",
23   "subspecs": [
24     {
25       "name": "NativeAdAdapter",
26       "dependencies": {
27         "Google-Mobile-Ads-SDK": [
28           "~> 7.x.x"
29         ],
30         "MintegralAdSDK/NativeAd": [
31           "6.3.3"
32         ]
33       },
34       "source_files": [
35         "MintegralCustomEvent/MTGCommon/*.{h,m}",
36         "MintegralCustomEvent/MTGNativeAd/*.{h,m}"
37       ]
38     },
39     {
40       "name": "InterstitialVideoAdAdapter",
41       "dependencies": {
42         "Google-Mobile-Ads-SDK": [
43           "~> 7.x.x"
44         ],
45         "MintegralAdSDK/InterstitialVideoAd": [
46           "6.3.3"
47         ]
48       },
49       "source_files": [
50         "MintegralCustomEvent/MTGCommon/*.{h,m}",
51         "MintegralCustomEvent/MTGInterstitialVideoAd/*.{h,m}"
52       ]
53     },
54     {
55       "name": "RewardVideoAdAdapter",
56       "dependencies": {
57         "Google-Mobile-Ads-SDK": [
58           "~> 7.x.x"
59         ],
60         "MintegralAdSDK/RewardVideoAd": [
61           "6.3.3"
62         ]
63       },
64       "source_files": [
65         "MintegralCustomEvent/MTGCommon/*.{h,m}",
66         "MintegralCustomEvent/MTGRewardVideoAd/*.{h,m}"
67       ]
68     },
69     {
70       "name": "InterstitialAdAdapter",
71       "dependencies": {
72         "Google-Mobile-Ads-SDK": [
73           "~> 7.x.x"
74         ],
75         "MintegralAdSDK/InterstitialAd": [
76           "6.3.3"
77         ]
78       },
79       "source_files": [
80         "MintegralCustomEvent/MTGCommon/*.{h,m}",
81         "MintegralCustomEvent/MTGInterstitialAd/*.{h,m}"
82       ]
83     },
84     {
85       "name": "BannerAdAdapter",
86       "dependencies": {
87         "Google-Mobile-Ads-SDK": [
88           "~> 7.x.x"
89         ],
90         "MintegralAdSDK/BannerAd": [
91           "6.3.3"
92         ]
93       },
94       "source_files": [
95         "MintegralCustomEvent/MTGCommon/*.{h,m}",
96         "MintegralCustomEvent/MTGBannerAd/*.{h,m}"
97       ]
98     },
99     {
100       "name": "RewardLegacyAdAdapter",
101       "dependencies": {
102         "Google-Mobile-Ads-SDK": [
103           "~> 7.x.x"
104         ],
105         "MintegralAdSDK/RewardVideoAd": [
106           "6.3.3"
107         ]
108       },
109       "source_files": [
110         "MintegralCustomEvent/MTGCommon/*.{h,m}",
111         "MintegralCustomEvent/RewardAdLegacy/*.{h,m}"
112       ]
113     }
114   ]