Skip to content

Commit

Permalink
Rename to cordova-plugin-zip and bump to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agrieve committed Apr 29, 2015
1 parent 220eebc commit c0e9588
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 6 deletions.
File renamed without changes.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
zip
===================
# cordova-plugin-zip

A Cordova plugin to unzip files in Android and iOS.

##Installation
## Installation

cordova plugin add https://github.com/MobileChromeApps/zip.git

##Usage
## Usage

zip.unzip(<source zip>, <destination dir>, <callback>, [<progressCallback>]);

Expand Down
33 changes: 33 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "cordova-plugin-zip",
"version": "2.1.1",
"description": "Unzips zip files",
"cordova": {
"id": "cordova-plugin-unzip",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/MobileChromeApps/cordova-plugin-zip.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.3.0"
}
],
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/MobileChromeApps/zip/issues"
},
"homepage": "https://github.com/MobileChromeApps/zip"
}
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<plugin xmlns="http://phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-zip"
version="2.1.0-dev">
version="2.1.1">
<engines>
<engine name="cordova" version=">=3.3.0" />
</engines>

<name>Zip</name>
<name>cordova-plugin-zip</name>
<description>Unzips zip files</description>
<dependency id="org.apache.cordova.file" version=">=1.0.1" />

Expand Down

0 comments on commit c0e9588

Please sign in to comment.