https://github.com/bitjson/cordova-plugin-swift-support
Deprecated, use this instead:
https://github.com/bitjson/cordova-plugin-swift-support
cordova-ios cordova-plugin swift swift-3
Last synced: 8 months ago
JSON representation
Deprecated, use this instead:
- Host: GitHub
- URL: https://github.com/bitjson/cordova-plugin-swift-support
- Owner: bitjson
- Archived: true
- Fork: true (akofman/cordova-plugin-add-swift-support)
- Created: 2016-10-05T20:47:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T19:36:35.000Z (about 8 years ago)
- Last Synced: 2025-09-02T11:59:31.221Z (9 months ago)
- Topics: cordova-ios, cordova-plugin, swift, swift-3
- Language: JavaScript
- Homepage: https://github.com/akofman/cordova-plugin-add-swift-support
- Size: 548 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
[](https://travis-ci.org/bitjson/cordova-plugin-swift-support) [](https://www.npmjs.com/package/cordova-plugin-swift-support) [](https://www.npmjs.com/package/cordova-plugin-swift-support)
[](https://david-dm.org/bitjson/cordova-plugin-swift-support)
[](http://commitizen.github.io/cz-cli/)
# cordova-plugin-swift-support

This [Cordova plugin](https://www.npmjs.com/package/cordova-plugin-add-swift-support) adds Swift 3 support to your iOS project.
## Installation
You can add this plugin directly to your project:
`cordova plugin add cordova-plugin-swift-support --save`
Or add it as a dependency into your own plugin:
``
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 at this [plugin](https://github.com/akofman/cordova-plugin-permissionScope).
If the `cordova-plugin-swift-support` plugin is already installed to your project, then you can add your own Swift plugin as usual, its prefixed `Bridging-Header` will be automatically found and merged.
## License
Developed and originally licensed under the Apache-2.0 license by [Alexis Kofman](http://twitter.com/alexiskofman). This fork is maintained by [Jason Dreyzehner](http://twitter.com/bitjson) under the MIT license.