blob: d05b01003abe123b92900dc4dd471a5bf34c4327 [file] [log] [blame]
{
"name": "TapticEngine",
"version": "1.1.0",
"summary": "\"TapticEngine\" generates iOS Device vibrations.",
"description": "TapticEngine generates haptic feedback vibrations on iOS device.\nThis library wrapps on [UIImpactFeedbackGenerator](https://developer.apple.com/reference/uikit/uiimpactfeedbackgenerator), [UISelectionFeedbackGenerator](https://developer.apple.com/reference/uikit/uiselectionfeedbackgenerator), [UINotificationFeedbackGenerator](https://developer.apple.com/reference/uikit/uinotificationfeedbackgenerator).",
"homepage": "https://github.com/WorldDownTown/TapticEngine",
"screenshots": "https://raw.githubusercontent.com/WorldDownTown/TapticEngine/master/images/taptic_engine.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WorldDownTown": "WorldDownTown@gmail.com"
},
"source": {
"git": "https://github.com/WorldDownTown/TapticEngine.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/WorldDownTown",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"UIKit"
],
"pushed_with_swift_version": "3.1"
}