File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ You can add this plugin directly to your project :
12
12
13
13
Or add it as a dependency into your own plugin :
14
14
15
- ` <dependency id="cordova-plugin-add-swift-support" version="1.3.1 "/> `
15
+ ` <dependency id="cordova-plugin-add-swift-support" version="1.3.2 "/> `
16
16
17
17
If needed, add a prefixed Bridging-Header file in your plugin in order to import frameworks (MyPlugin-Bridging-Header.h for instance).
18
18
As an example you can have a look at this [ plugin] ( https://github.com/akofman/cordova-plugin-permissionScope ) .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-add-swift-support" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.3.2 " ,
4
4
"description" : " Add Swift support to your iOS plugins" ,
5
5
"homepage" : " https://github.com/akofman/cordova-plugin-add-swift-support" ,
6
6
"author" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
3
3
id =" cordova-plugin-add-swift-support"
4
- version =" 1.3.1 " >
4
+ version =" 1.3.2 " >
5
5
6
6
<name >AddSwiftSupport</name >
7
7
<license >Apache 2.0</license >
You can’t perform that action at this time.
0 commit comments