-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
18 lines (16 loc) · 809 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-speech-url-recognizer" version="0.0.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>SpeechUrlRecognizer</name>
<js-module name="SpeechUrlRecognizer" src="www/SpeechUrlRecognizer.js">
<clobbers target="SpeechUrlRecognizer" />
</js-module>
<platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="SpeechUrlRecognizer">
<param name="ios-package" value="SpeechUrlRecognizer" />
</feature>
</config-file>
<source-file src="src/ios/SpeechUrlRecognizer.swift" />
<dependency id="cordova-plugin-add-swift-support" version="2.0.2"/>
</platform>
</plugin>