Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
akofman committed Mar 5, 2016
1 parent e1125b2 commit 55491cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-add-swift-support"
version="1.0.3" >
version="1.0.4" >

<name>AddSwiftSupport</name>
<license>Apache 2.0</license>
Expand Down

0 comments on commit 55491cd

Please sign in to comment.