[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / b / 1 / MintegralAdSDKAdapterForAdmob / 5.8.1.2 / MintegralAdSDKAdapterForAdmob.podspec.json
blobd7d7b7429ed2cf0e4ed3228d6d4d0685beaa6b82
2   "name": "MintegralAdSDKAdapterForAdmob",
3   "version": "5.8.1.2",
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": "5.8.1.2"
19   },
20   "requires_arc": true,
21   "static_framework": true,
22   "default_subspecs": "RewardVideoAdAdapter",
23   "subspecs": [
24     {
25       "name": "InterstitialVideoAdAdapter",
26       "dependencies": {
27         "Google-Mobile-Ads-SDK": [
28           "~> 7.50.0"
29         ],
30         "MintegralAdSDK/InterstitialVideoAd": [
31           "5.8.1"
32         ]
33       },
34       "source_files": [
35         "MintegralCustomEvent/MTGCommon/*.{h,m}",
36         "MintegralCustomEvent/MTGInterstitialVideoAd/*.{h,m}"
37       ]
38     },
39     {
40       "name": "RewardVideoAdAdapter",
41       "dependencies": {
42         "Google-Mobile-Ads-SDK": [
43           "~> 7.50.0"
44         ],
45         "MintegralAdSDK/RewardVideoAd": [
46           "5.8.1"
47         ]
48       },
49       "source_files": [
50         "MintegralCustomEvent/MTGCommon/*.{h,m}",
51         "MintegralCustomEvent/MTGRewardVideoAd/*.{h,m}"
52       ]
53     },
54     {
55       "name": "InterstitialAdAdapter",
56       "dependencies": {
57         "Google-Mobile-Ads-SDK": [
58           "~> 7.50.0"
59         ],
60         "MintegralAdSDK/InterstitialAd": [
61           "5.8.1"
62         ]
63       },
64       "source_files": [
65         "MintegralCustomEvent/MTGCommon/*.{h,m}",
66         "MintegralCustomEvent/MTGInterstitialAd/*.{h,m}"
67       ]
68     },
69     {
70       "name": "BannerAdAdapter",
71       "dependencies": {
72         "Google-Mobile-Ads-SDK": [
73           "~> 7.50.0"
74         ],
75         "MintegralAdSDK/BannerAd": [
76           "5.8.1"
77         ]
78       },
79       "source_files": [
80         "MintegralCustomEvent/MTGCommon/*.{h,m}",
81         "MintegralCustomEvent/MTGBannerAd/*.{h,m}"
82       ]
83     }
84   ]