/Vibrations

Simple cocoapod to use all the Vibrations, Haptics easily in your iOS app.

Primary LanguageSwiftMIT LicenseMIT

Vibrations

Example

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

import Vibrations

{
  Vibrations.success.vibrate()
  Vibrations.heavy.vibrate()
  Vibrations.selection.vibrate()
  [...]
}

Installation

Vibrations is available through private CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Vibrations', :git => 'https://github.com/elpsk/Vibrations.git'

Author

Alberto Pasca, alberto.pasca@gmail.com - Blog

License

Vibrations is available under the MIT license. See the LICENSE file for more info.