cocoon-plugin-ads-ios-mopub-millennial
Version:
iOS Millenial adapter for MoPub
24 lines (21 loc) • 1.18 kB
text/xml
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cocoon-plugin-ads-ios-mopub-millennial" version="1.0.4">
<name>MoPubAdapterMillenial</name>
<description>iOS Millenial adapter for MoPub</description>
<license>MPL 2.0</license>
<keywords>cordova,ads,banner,interstitial,monetization,ad,millennial</keywords>
<repo>https://github.com/ludei/atomic-plugins-ads</repo>
<platform name="ios">
<header-file src="src/MPMillennialBannerCustomEvent.h" />
<source-file src="src/MPMillennialBannerCustomEvent.m" />
<header-file src="src/MPMillennialInterstitialCustomEvent.h" />
<source-file src="src/MPMillennialInterstitialCustomEvent.m" />
<preference name="PHOTOLIBRARY_USAGE_DESCRIPTION" default="This app requires the photholibrary usage permission" />
<config-file target="*-Info.plist" parent="NSPhotoLibraryUsageDescription">
<string>$PHOTOLIBRARY_USAGE_DESCRIPTION</string>
</config-file>
</platform>
<dependency id="cocoon-plugin-ads-ios-millennial" />
<dependency id="cocoon-plugin-ads-ios-mopub" />
</plugin>