vn-native-2-example-library
Version:
20 lines • 766 B
text/xml
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="vn-native-2-example-library" version="1.0.21">
<name>Vn Native example library</name>
<description>Cordova Device Plugin</description>
<license>Apache 2.0</license>
<keywords>vnnative,example library</keywords>
<js-module src="www/echo.js" name="echo">
<clobbers target="echo" />
</js-module>
<platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="Echo">
<param name="ios-package" value="Echo" />
</feature>
</config-file>
<header-file src="src/ios/Echo.h" />
<source-file src="src/ios/Echo.m" />
</platform>
</plugin>