mirror of
https://github.com/wahyd4/BarcodeScanner.git
synced 2026-08-09 04:55:57 +10:00
19 lines
484 B
XML
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>
|