This repository was archived by the owner on Jan 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jay Patel
committed
May 12, 2016
1 parent
939487b
commit 1f5697d
Showing
3 changed files
with
49 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### Required Information | ||
|
||
- Mode (Mock/Sandbox/Live): | ||
- Cordova Plugin Version: | ||
- Platforms (iOS/Android/Both): | ||
- Device OS Version and Device (iOS 9.x on an iPhone 6, Android Marshmallow on Nexus 6, etc.): | ||
- PayPal-Debug-ID(s) (from any logs): | ||
|
||
### Issue Description | ||
|
||
> Please include as many details (logs, steps to reproduce, screenshots, frameworks/dependencies) as you can to help us reproduce this issue faster. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"name": "card.io.cordova.mobilesdk", | ||
"version": "2.0.0", | ||
"description": "This plugin allows to add card.io scanning capabilities to your application using card.io SDK Native library", | ||
"cordova": { | ||
"id": "card.io.cordova.mobilesdk", | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
] | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://[email protected]/card-io/card.io-Cordova-Plugin.git" | ||
}, | ||
"keywords": [ | ||
"card.io", | ||
"sdk", | ||
"card-scanning", | ||
"ecosystem:cordova", | ||
"cordova-ios", | ||
"cordova-android" | ||
], | ||
"engines": [ | ||
{ | ||
"name": "cordova", | ||
"version": ">=3.0.0" | ||
} | ||
], | ||
"author": "card.io", | ||
"license": "MIT License, see LICENSE for details", | ||
"bugs": { | ||
"url": "https://github.com/card-io/card.io-Cordova-Plugin/issues" | ||
}, | ||
"homepage": "https://github.com/card-io/card.io-Cordova-Plugin#readme" | ||
} |