Files
BarcodeScanner/spec/config.xml
T
2013-05-29 17:08:48 -07:00

19 lines
484 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.nitobi.mobspec"
version = "2.0.0">
<name>cordovaExample</name>
<description>
Barcode Scanner Spec
</description>
<author href="http://phonegap.com" email="support@phonegap.com">
Ryan Willoughby - PhoneGap Team
</author>
<gap:plugin name="BarcodeScanner"/>
</widget>