chadori-google-admob-mytarget
Version:
A Cordova plugin for the Construct Master Collection to implement Google Admob advertisement mediation with myTarget Ads.
54 lines (40 loc) • 1.88 kB
text/xml
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="chadori-google-admob-mytarget" version="0.0.1">
<name>myTarget Ads</name>
<description>A Cordova plugin for the Construct Master Collection to implement Google Admob advertisement mediation with myTarget Ads.</description>
<license>MIT</license>
<keywords>cordova,android,ios,construct-master-collection,mytarget,google-admob,mediation,google,admob,ads</keywords>
<repo>https://github.com/Chadori/Construct-Master-Collection.git</repo>
<issue>https://github.com/Chadori/Construct-Master-Collection/issues</issue>
<preference name="ANDROID_SDK_VERSION" default="5.15.2.0"/>
<preference name="IOS_POD_VERSION" default="5.14.4.0"/>
<engines>
<engine name="cordova" version=">=6.5.0"/>
</engines>
<platform name="android">
<!-- Gradle -->
<framework src="src/android/Adapter.gradle" custom="true" type="gradleReference" />
<!-- Google Dependencies -->
<framework src="com.google.ads.mediation:mytarget:$ANDROID_SDK_VERSION" />
</platform>
<platform name= "ios">
<config-file target="*-Info.plist" parent="SKAdNetworkItems">
<array>
<dict>
<key>SKAdNetworkIdentifier</key>
<string>n9x2a789qt.skadnetwork</string>
</dict>
</array>
</config-file>
<podspec>
<config>
<source url="https://cdn.cocoapods.org/"/>
</config>
<pods>
<pod name="GoogleMobileAdsMediationMyTarget" spec="$IOS_POD_VERSION"/>
</pods>
</podspec>
</platform>
</plugin>