blob: aba58a72ac8c0db13943db7b97cd2cad6dd456c8 [file] [log] [blame]
{
"name": "TapticKit",
"version": "0.1.0",
"summary": "Make use of Taptic engine for haptic feedback",
"description": "TapticKit makes it easier to use Taptic engine for haptic feedback. Supports all generations of Taptic engine. If the device doesn't support haptic feedback, TapticKit falls back on using simpler",
"homepage": "https://github.com/devandsev/TapticKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrey Sevrikov": "devandsev@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/devandsev/TapticKit.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*",
"frameworks": [
"Foundation",
"AudioToolbox"
],
"pushed_with_swift_version": "4.1"
}