From 55491cd5528ca901d391230fae07d0ae7949b6e1 Mon Sep 17 00:00:00 2001 From: Alexis Kofman Date: Sat, 5 Mar 2016 02:07:48 +0100 Subject: [PATCH] update README --- README.md | 3 ++- package.json | 2 +- plugin.xml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0fddb03..8a5c8a1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ This [Cordova plugin](https://www.npmjs.com/package/cordova-plugin-add-swift-sup `cordova plugin add cordova-plugin-add-swift-support --save` -If needed, add a Bridging-Header file in your plugin in order to import frameworks. +If needed, add a prefixed Bridging-Header file in your plugin in order to import frameworks (MyPlugin-Bridging-Header.h for instance). +As an example you can have a look to this [plugin](https://github.com/akofman/cordova-plugin-dbmeter). ## License diff --git a/package.json b/package.json index 98bcd1f..d0247bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-add-swift-support", - "version": "1.0.3", + "version": "1.0.4", "description": "Add Swift support to your iOS plugins", "homepage": "https://github.com/akofman/cordova-plugin-add-swift-support", "author": { diff --git a/plugin.xml b/plugin.xml index b8d2a46..e3b952d 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,7 +1,7 @@ + version="1.0.4" > AddSwiftSupport Apache 2.0