mirror of
https://gitee.com/shuto/cordova-imagePicker.git
synced 2026-05-23 00:05:03 +08:00
Merge branch 'master' of https://github.com/wymsee/cordova-imagePicker
This commit is contained in:
@@ -8,9 +8,9 @@ Cordova Plugin For Multiple Image Selection - implemented for iOS and Android 4.
|
||||
The plugin conforms to the Cordova plugin specification, it can be installed
|
||||
using the Cordova / Phonegap command line interface.
|
||||
|
||||
phonegap plugin add https://github.com/wymsee/cordova-imagePicker.git
|
||||
phonegap plugin add cordova-plugin-image-picker
|
||||
|
||||
cordova plugin add https://github.com/wymsee/cordova-imagePicker.git
|
||||
cordova plugin add cordova-plugin-image-picker
|
||||
|
||||
|
||||
## Using the plugin
|
||||
@@ -109,4 +109,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
THE SOFTWARE.
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "cordova-plugin-image-picker",
|
||||
"version": "1.1.0",
|
||||
"description": "This plugin allows selection of multiple images from the camera roll / gallery in a phonegap app",
|
||||
"cordova": {
|
||||
"id": "cordova-plugin-image-picker",
|
||||
"platforms": [
|
||||
"ios",
|
||||
"android"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/wymsee/cordova-imagePicker.git"
|
||||
},
|
||||
"keywords": [
|
||||
"ecosystem:cordova",
|
||||
"cordova-ios",
|
||||
"cordova-android"
|
||||
],
|
||||
"engines": [
|
||||
{
|
||||
"name": "cordova",
|
||||
"version": ">=3.0.0"
|
||||
}
|
||||
],
|
||||
"author": "Wymsee",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/wymsee/cordova-imagePicker/issues"
|
||||
},
|
||||
"homepage": "https://github.com/wymsee/cordova-imagePicker#readme"
|
||||
}
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
<?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.synconset.imagepicker"
|
||||
version="1.0.7">
|
||||
id="cordova-plugin-image-picker"
|
||||
version="1.0.8">
|
||||
|
||||
<name>ImagePicker</name>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user