-
Notifications
You must be signed in to change notification settings - Fork 50
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
1 parent
b073852
commit 100248d
Showing
3 changed files
with
37 additions
and
26 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
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,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" | ||
} |
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