[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / b / 1 / MintegralAdSDKAdapterForAdmob / 7.1.9.0 / MintegralAdSDKAdapterForAdmob.podspec.json
blobafcee583480a39fb42d5af84db168f11b9df1d2a
2   "name": "MintegralAdSDKAdapterForAdmob",
3   "version": "7.1.9.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": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/MTGSDK/mintegral_admob_adapter_ios.git",
18     "tag": "7.1.9.0"
19   },
20   "requires_arc": true,
21   "static_framework": true,
22   "pod_target_xcconfig": {
23     "VALID_ARCHS": "x86_64 armv7 arm64 arm64e"
24   },
25   "default_subspecs": "RewardVideoAdAdapter",
26   "subspecs": [
27     {
28       "name": "NativeAdAdapter",
29       "dependencies": {
30         "Google-Mobile-Ads-SDK": [
31           "~> 9.0"
32         ],
33         "MintegralAdSDK/NativeAd": [
34           "~> 7.1"
35         ]
36       },
37       "source_files": [
38         "MintegralCustomEvent/MTGCommon/*.{h,m}",
39         "MintegralCustomEvent/MTGNativeAd/*.{h,m}"
40       ]
41     },
42     {
43       "name": "InterstitialVideoAdAdapter",
44       "dependencies": {
45         "Google-Mobile-Ads-SDK": [
46           "~> 9.0"
47         ],
48         "MintegralAdSDK/InterstitialVideoAd": [
49           "~> 7.1"
50         ]
51       },
52       "source_files": [
53         "MintegralCustomEvent/MTGCommon/*.{h,m}",
54         "MintegralCustomEvent/MTGInterstitialVideoAd/*.{h,m}"
55       ]
56     },
57     {
58       "name": "RewardVideoAdAdapter",
59       "dependencies": {
60         "Google-Mobile-Ads-SDK": [
61           "~> 9.0"
62         ],
63         "MintegralAdSDK/RewardVideoAd": [
64           "~> 7.1"
65         ]
66       },
67       "source_files": [
68         "MintegralCustomEvent/MTGCommon/*.{h,m}",
69         "MintegralCustomEvent/MTGRewardVideoAd/*.{h,m}"
70       ]
71     },
72     {
73       "name": "InterstitialAdAdapter",
74       "dependencies": {
75         "Google-Mobile-Ads-SDK": [
76           "~> 9.0"
77         ],
78         "MintegralAdSDK/NewInterstitialAd": [
79           "~>7.1"
80         ]
81       },
82       "source_files": [
83         "MintegralCustomEvent/MTGCommon/*.{h,m}",
84         "MintegralCustomEvent/MTGNewInterstitialAd/*.{h,m}"
85       ]
86     },
87     {
88       "name": "BannerAdAdapter",
89       "dependencies": {
90         "Google-Mobile-Ads-SDK": [
91           "~> 9.0"
92         ],
93         "MintegralAdSDK/BannerAd": [
94           "~> 7.1"
95         ]
96       },
97       "source_files": [
98         "MintegralCustomEvent/MTGCommon/*.{h,m}",
99         "MintegralCustomEvent/MTGBannerAd/*.{h,m}"
100       ]
101     }
102   ]