Skip to content

Commit

Permalink
Update ios sdk to 7.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miqmago committed Oct 28, 2016
1 parent c97a77f commit 6559b72
Show file tree
Hide file tree
Showing 4 changed files with 241 additions and 241 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -33,8 +33,8 @@ Or
---
## Platform SDK supported ##

* iOS, using AdMob SDK for iOS, v7.3.1
* Android, using Google Play Service for Android, v7.5
* iOS, using AdMob SDK for iOS, v7.13.1
* Android, using latest Google Play Service for Android (via gradle)


---
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1 +1 @@
{"name":"cordova-admob","version":"4.1.13","description":"Google AdMob Ads plugin for Cordova, Phonegap, Ionic/Angular and Intel XDK. Monetize your app with one javascript line. Android SDK v7.5, iOS SDK v7.3.1. With support for tappx and auto-detect internet connection.","cordova":{"id":"cordova-admob","platforms":["android","ios"]},"repository":{"type":"git","url":"git+https://github.com/appfeel/admob-google-cordova.git"},"keywords":["ad","ads","admob","google","advertising","advertisment","publicity","earn","win","play","services","iad","flurry","monetization","money","appfeel","tappx","ecosystem:cordova","cordova-android","cordova-ios"],"engines":[{"name":"cordova","version":">=4.0.0"}],"author":"AppFeel","license":"MIT","bugs":{"url":"https://github.com/appfeel/admob-google-cordova/issues"},"homepage":"https://github.com/appfeel/admob-google-cordova#readme"}
{"name":"cordova-admob","version":"4.1.14","description":"Google AdMob Ads plugin for Cordova, Phonegap, Ionic/Angular and Intel XDK. Monetize your app with one javascript line. Android SDK v7.5, iOS SDK v7.3.1. With support for tappx and auto-detect internet connection.","cordova":{"id":"cordova-admob","platforms":["android","ios"]},"repository":{"type":"git","url":"git+https://github.com/appfeel/admob-google-cordova.git"},"keywords":["ad","ads","admob","google","advertising","advertisment","publicity","earn","win","play","services","iad","flurry","monetization","money","appfeel","tappx","ecosystem:cordova","cordova-android","cordova-ios"],"engines":[{"name":"cordova","version":">=4.0.0"}],"author":"AppFeel","license":"MIT","bugs":{"url":"https://github.com/appfeel/admob-google-cordova/issues"},"homepage":"https://github.com/appfeel/admob-google-cordova#readme"}
4 changes: 2 additions & 2 deletions plugin.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-admob" version="4.1.13">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-admob" version="4.1.14">
<description>Google AdMob Ads plugin for Cordova, Phonegap, Ionic/Angular and Intel XDK. Monetize your app with one javascript line. Android SDK v7.5, iOS SDK v7.3.1. With support for tappx and auto-detect internet connection.</description>
<name>AdMob Google Ads + Tappx</name>
<author email="info@appfeel.com" href="https://github.com/appfeel/admob-google-cordova">AppFeel</author>
Expand Down Expand Up @@ -64,7 +64,7 @@
<source-file src="src/ios/CDVAdMobAdsAdListener.m" />

<!-- Google AdMob framework -->
<dependency id="cordova-libgoogleadmobads" url="https://github.com/appfeel/google-iosadmobads" commit="482f14dd825feee9f7994ca5327dc527b8705910"/>
<dependency id="cordova-libgoogleadmobads" url="https://github.com/appfeel/google-iosadmobads" commit="c3bad00abace9ac2a59c5b3ae6d68baa7aeb85dd"/>

<!--config-file target="*-Info.plist" parent="CFBundleURLTypes">
<array>
Expand Down

0 comments on commit 6559b72

Please sign in to comment.