Skip to content

Commit

Permalink
npm
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Nov 1, 2015
1 parent cb0b957 commit f4982ec
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,17 @@
### Tips
* Make sure your app id has the 'HealthKit' entitlement when this plugin is installed (see iOS dev center).
* Also, make sure your app and AppStore description complies with these Apple review guidelines: https://developer.apple.com/app-store/review/guidelines/#healthkit

### Installation

Using the Cordova CLI?

```
cordova plugin add com.telerik.plugins.healthkit
```

Using PGB?

```xml
<gap:plugin name="com.telerik.plugins.healthkit" source="npm" />
```
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "0.3.8",
"name": "com.telerik.plugins.healthkit",
"cordova_name": "HealthKit",
"description": "Interact with the iOS HealthKit SDK.",
"license": "MIT",
"author": "Telerik / Eddy Verbruggen <eddyverbruggen@gmail.com> (https://github.com/EddyVerbruggen)",
"repo": "https://github.com/Telerik-Verified-Plugins/HealthKit.git",
"issue": "https://github.com/Telerik-Verified-Plugins/HealthKit/issues",
"keywords": [
"Health",
"HealthKit",
"Fit",
"Fitness",
"Birthdate",
"Gender",
"Height",
"Weight",
"Workout"
],
"platforms": [
"ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
]
}

0 comments on commit f4982ec

Please sign in to comment.