[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 6 / b / VibrationFeedbackManager / 0.5.0 / VibrationFeedbackManager.podspec.json
blobcf589a96ef8d08256f39779f3c0ed23fbc2f3728
2   "name": "VibrationFeedbackManager",
3   "version": "0.5.0",
4   "summary": "VibrationFeedbackManager is a simple util for call vibration feedback from your application. Make it easy.",
5   "description": "VibrationFeedbackManager is a simple util for call vibration feedback to your user. You can select any feedback type for any feedback hardware type: 1. Old devices with default vibration hardware. 2. Taptic Engine v.1. for 6S/6S Plus and above 3. Taptic Engine v.2 (haptic feedback) for 7S / 7S Plus and above.",
6   "homepage": "http://pavbox.com/vibration_feedback",
7   "license": {
8     "type": "GPL 3.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pavbox": "pavboxdev@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/pavbox",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/pavbox/VibrationFeedbackManager.git",
20     "tag": "0.5.0"
21   },
22   "source_files": [
23     "VibrationFeedbackManager",
24     "VibrationFeedbackManager/**/*.{h,swift,plist}"
25   ],
26   "frameworks": [
27     "UIKit",
28     "AudioToolBox"
29   ],
30   "dependencies": {
31     "Device.swift": [
32       "~> 1.1.2"
33     ]
34   },
35   "swift_version": "4.0"