Skip to content

Commit

Permalink
added example
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Pasca committed Dec 3, 2020
1 parent 7e97c83 commit 4421499
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Vibrations

[![CI Status](https://img.shields.io/travis/alberto.pasca@gmail.com/Vibrations.svg?style=flat)](https://travis-ci.org/alberto.pasca@gmail.com/Vibrations)
[![Version](https://img.shields.io/cocoapods/v/Vibrations.svg?style=flat)](https://cocoapods.org/pods/Vibrations)
[![License](https://img.shields.io/cocoapods/l/Vibrations.svg?style=flat)](https://cocoapods.org/pods/Vibrations)
[![Platform](https://img.shields.io/cocoapods/p/Vibrations.svg?style=flat)](https://cocoapods.org/pods/Vibrations)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements
```
import Vibrations
{
Vibrations.success.vibrate()
Vibrations.heavy.vibrate()
Vibrations.selection.vibrate()
[...]
}
```

## Installation

Expand Down

0 comments on commit 4421499

Please sign in to comment.