Skip to content

Commit

Permalink
enjoy, world!
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Oct 11, 2015
1 parent b073852 commit 100248d
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 26 deletions.
25 changes: 1 addition & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ by [Eddy Verbruggen](http://twitter.com/eddyverbruggen)
2. [Screenshots](#2-screenshots)
3. [Installation](#3-installation)
4. [Usage](#4-usage)
5. [License](#5-license)

## 1. Description

Expand Down Expand Up @@ -128,26 +127,4 @@ preview pops up (see the screenshot above). If you want to enable this feature,
To disable the link preview feature again, do:
```js
ThreeDeeTouch.disableLinkPreview();
```

## 5. License

[The MIT License (MIT)](http://www.opensource.org/licenses/mit-license.html)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
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.
```
34 changes: 34 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "cordova-plugin-3dtouch",
"version": "1.0.0",
"description": "Add Quick Actions to your Home Screen which can be triggered by 3D Touch. Also, you can enable Link Preview with this plugin. Supported on iPhone6S an up.",
"cordova": {
"id": "cordova-plugin-3dtouch",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/EddyVerbruggen/cordova-plugin-3dtouch.git"
},
"keywords": [
"3DTouch",
"3D Touch",
"Force Touch",
"ecosystem:cordova",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.5.0"
}
],
"author": "Eddy Verbruggen <eddyverbruggen@gmail.com> (https://github.com/EddyVerbruggen)",
"license": "MIT",
"bugs": {
"url": "https://github.com/EddyVerbruggen/cordova-plugin-3dtouch/issues"
},
"homepage": "https://github.com/EddyVerbruggen/cordova-plugin-3dtouch#readme"
}
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

<author>Eddy Verbruggen - @EddyVerbruggen</author>

<description>3DTouch plugin for your Cordova project. Add home shortcut icons which are triggered by 3DTouch-ing them. Supported on iPhone6S an up.</description>
<description>Add Quick Actions to your Home Screen which can be triggered by 3D Touch. Also, you can enable Link Preview with this plugin. Supported on iPhone6S an up.</description>

<keywords>3DTouch, 3D Touch</keywords>
<keywords>3DTouch, 3D Touch, Force Touch</keywords>

<license>MIT</license>

Expand Down

0 comments on commit 100248d

Please sign in to comment.