An open API service indexing awesome lists of open source software.

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:

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/bitjson/cordova-plugin-swift-support.svg?branch=master)](https://travis-ci.org/bitjson/cordova-plugin-swift-support) [![npm](https://img.shields.io/npm/v/cordova-plugin-swift-support.svg)](https://www.npmjs.com/package/cordova-plugin-swift-support) [![npm](https://img.shields.io/npm/dm/cordova-plugin-swift-support.svg)](https://www.npmjs.com/package/cordova-plugin-swift-support)
[![Dependency Status](https://david-dm.org/bitjson/cordova-plugin-swift-support.svg)](https://david-dm.org/bitjson/cordova-plugin-swift-support)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

# cordova-plugin-swift-support

![swift-128x128](https://cloud.githubusercontent.com/assets/579922/15999501/79196b48-3146-11e6-836e-061a7ef53571.png)

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.