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()
[...]
}
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'
Alberto Pasca, alberto.pasca@gmail.com - Blog
Vibrations is available under the MIT license. See the LICENSE file for more info.