-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.xml
More file actions
30 lines (28 loc) · 1.14 KB
/
Copy pathplugin.xml
File metadata and controls
30 lines (28 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2014 AppFeel. All rights reserved.
Use of this source code is governed by a MIT license that can be
found in the LICENSE file.
-->
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0" version="7.13.1" id="cordova-libgoogleadmobads">
<name>iOS Google AdMob Ads library</name>
<description>iOS Google AdMob Ads library base dependency for other plugins</description>
<author>AppFeel</author>
<license>MIT</license>
<keywords>ad,ads,admob,google,advertising,advertisment,publicity,earn,win,play,services,iad,flurry,monetization,money,appfeel</keywords>
<repo>https://github.com/appfeel/google-iosadmobads.git</repo>
<issue>https://github.com/appfeel/google-iosadmobads/issues</issue>
<engines>
<engine name="cordova" version=">=3.0.0" />
</engines>
<platform name="ios">
<config-file target="*-Info.plist" parent="NSAppTransportSecurity">
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</config-file>
<!-- Google AdMob framework -->
<framework src="src/ios/GoogleMobileAds.framework" custom="true" />
</platform>
</plugin>