Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
updated ID to phonegap-plugin-barcodescanner, V3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed May 21, 2015
1 parent 729f2ca commit 50d3f0a
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
@@ -1,10 +1,14 @@
BarcodeScanner
==============
# PhoneGap Plugin BarcodeScanner
================================

Cross-platform BarcodeScanner for Cordova / PhoneGap.

Follows the [Cordova Plugin spec](http://cordova.apache.org/docs/en/3.0.0/plugin_ref_spec.md), so that it works with [Plugman](https://github.com/apache/cordova-plugman).

## Installation

phonegap plugin add phonegap-plugin-barcodescanner

### Supported Platforms

- Android
Expand Down
42 changes: 42 additions & 0 deletions package.json
@@ -0,0 +1,42 @@
{
"name": "phonegap-plugin-barcodescanner",
"version": "3.0.0",
"description": "You can use the BarcodeScanner plugin to scan different types of barcodes (using the device's camera) and get the metadata encoded in them for processing within your application.",
"cordova": {
"id": "phonegap-plugin-barcodescanner",
"platforms": [
"ios",
"android",
"windows8",
"windows",
"wp8",
"browser"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git"
},
"keywords": [
"ecosystem:cordova",
"ecosystem:phonegap",
"cordova-ios",
"cordova-android",
"cordova-windows8",
"cordova-windows",
"cordova-wp8",
"cordova-browser"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Adobe PhoneGap Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/phonegap/phonegap-plugin-barcodescanner/issues"
},
"homepage": "https://github.com/phonegap/phonegap-plugin-barcodescanner#readme"
}
4 changes: 2 additions & 2 deletions plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?><plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.phonegap.plugins.barcodescanner"
version="2.2.0">
id="phonegap-plugin-barcodescanner"
version="3.0.0">

<name>BarcodeScanner</name>
<description>You can use the BarcodeScanner plugin to scan different types of barcodes (using the device's camera) and get the metadata encoded in them for processing within your application.</description>
Expand Down

0 comments on commit 50d3f0a

Please sign in to comment.