[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 4 / 6 / CKHaptic / 0.1.0 / CKHaptic.podspec.json
blob94e32b295ba6f4229ea4816838935748ca644b0b
2   "name": "CKHaptic",
3   "version": "0.1.0",
4   "summary": "Play your custom haptic feedback with ease.",
5   "description": "Play your custom haptic feedback with ease. With a few strings, you can create various mixes of haptic vibration. This SDK provides two types of haptics - Buzz and Beat, which you can customize with the variables such as intensity and sharpness. Under the hood it uses native Core Haptics library. The Buzz corresponds to 'hapticContinuous' and Beat to 'hapticTransient'. The intensity and sharpness are the same as in Core Haptics.",
6   "homepage": "https://github.com/chungchung1315/CKHaptic",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marcel": "chungchung1315@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/chungchung1315/CKHaptic.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "CKHaptic/Classes/**/*",
23   "frameworks": "CoreHaptics",
24   "swift_version": "5.0"