Skip to content

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

License

Notifications You must be signed in to change notification settings

elpsk/Vibrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.