cordova-plugin-add-swift-support
Version:
Add Swift support to your iOS plugins
41 lines (40 loc) • 876 B
JSON
{
"name": "cordova-plugin-add-swift-support",
"version": "1.3.2",
"description": "Add Swift support to your iOS plugins",
"homepage": "https://github.com/akofman/cordova-plugin-add-swift-support",
"author": {
"name": "Alexis Kofman",
"email": "alexis.kofman@gmail.com",
"url": "http://twitter.com/alexiskofman"
},
"cordova": {
"id": "cordova-plugin-add-swift-support",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/akofman/cordova-plugin-add-swift-support.git"
},
"keywords": [
"cordova",
"ios",
"swift",
"swift-support",
"ecosystem:cordova",
"cordova-ios",
"cordova:plugin"
],
"license": "Apache-2.0",
"dependencies": {
"xcode": "^0.8.3"
},
"bundledDependencies": [
"xcode"
],
"devDependencies": {
"eslint": "^2.2.0"
}
}