[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / d / e / MintegralAdSDKAdapterForMopub / 5.8.1.0 / MintegralAdSDKAdapterForMopub.podspec.json
blobd285d69869dea36a993342653ece343fcfd49af5
2   "name": "MintegralAdSDKAdapterForMopub",
3   "version": "5.8.1.0",
4   "summary": "Mintegral Network CustomEvent for Mopub 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 Mopub 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_mopub_adapter_ios.git",
18     "tag": "5.8.1.0"
19   },
20   "requires_arc": true,
21   "static_framework": true,
22   "default_subspecs": "NativeAdAdapter",
23   "subspecs": [
24     {
25       "name": "NativeAdAdapter",
26       "dependencies": {
27         "mopub-ios-sdk/MoPubSDK": [
28           "> 5.0.0"
29         ],
30         "MintegralAdSDK/NativeAd": [
31           "5.8.1"
32         ]
33       },
34       "source_files": [
35         "MintegralAdapters/MTGCommon/*.{h,m}",
36         "MintegralAdapters/MTGNativeAdCustomEvent/*.{h,m}"
37       ]
38     },
39     {
40       "name": "InterstitialVideoAdAdapter",
41       "dependencies": {
42         "mopub-ios-sdk/MoPubSDK": [
43           "> 5.0.0"
44         ],
45         "MintegralAdSDK/InterstitialVideoAd": [
46           "5.8.1"
47         ]
48       },
49       "source_files": [
50         "MintegralAdapters/MTGCommon/*.{h,m}",
51         "MintegralAdapters/MTGInterstitialVideoAdCustomEvent/*.{h,m}"
52       ]
53     },
54     {
55       "name": "RewardVideoAdAdapter",
56       "dependencies": {
57         "mopub-ios-sdk/MoPubSDK": [
58           "> 5.0.0"
59         ],
60         "MintegralAdSDK/RewardVideoAd": [
61           "5.8.1"
62         ]
63       },
64       "source_files": [
65         "MintegralAdapters/MTGCommon/*.{h,m}",
66         "MintegralAdapters/MTGRewardVideoAdCustomEvent/*.{h,m}"
67       ]
68     },
69     {
70       "name": "InterstitialAdAdapter",
71       "dependencies": {
72         "mopub-ios-sdk/MoPubSDK": [
73           "> 5.0.0"
74         ],
75         "MintegralAdSDK/InterstitialAd": [
76           "5.8.1"
77         ]
78       },
79       "source_files": [
80         "MintegralAdapters/MTGCommon/*.{h,m}",
81         "MintegralAdapters/MTGInterstitialAdCustomEvent/*.{h,m}"
82       ]
83     },
84     {
85       "name": "BannerAdAdapter",
86       "dependencies": {
87         "mopub-ios-sdk/MoPubSDK": [
88           "> 5.0.0"
89         ],
90         "MintegralAdSDK/BannerAd": [
91           "5.8.1"
92         ]
93       },
94       "source_files": [
95         "MintegralAdapters/MTGCommon/*.{h,m}",
96         "MintegralAdapters/MTGBannerAdCustomEvent/*.{h,m}"
97       ]
98     }
99   ]