forked from appfeel/google-iosadmobads
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
37 lines (33 loc) · 1.52 KB
/
Copy pathplugin.xml
File metadata and controls
37 lines (33 loc) · 1.52 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
31
32
33
34
35
36
37
<?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="1.1.0" id="com.ios.libgoogleadmobads">
<name>iOS Google AdMob Ads library</name>
<description>iOS Google AdMob Ads library base dependency for other plugins</description>
<author>Fork of the Plugin by 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/geo-at-github/google-iosadmobads</repo>
<issue>https://github.com/geo-at-github/google-iosadmobads/issues</issue>
<engines>
<engine name="cordova" version=">=3.0.0" />
</engines>
<platform name="ios">
<!-- iOS development frameworks needed by Google AdMob framework -->
<framework src="AdSupport.framework" />
<framework src="AudioToolbox.framework" />
<framework src="AVFoundation.framework" />
<framework src="CoreFoundation.framework" />
<framework src="CoreTelephony.framework" />
<framework src="MessageUI.framework" />
<framework src="StoreKit.framework" />
<framework src="SystemConfiguration.framework" />
<framework src="EventKit.framework" />
<framework src="EventKitUI.framework" />
<!-- Google AdMob framework -->
<framework src="src/ios/GoogleMobileAds.framework" custom="true" />
</platform>
</plugin>