[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 3 / b / TapticEngine / 1.1.0 / TapticEngine.podspec.json
blobd05b01003abe123b92900dc4dd471a5bf34c4327
2   "name": "TapticEngine",
3   "version": "1.1.0",
4   "summary": "\"TapticEngine\" generates iOS Device vibrations.",
5   "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).",
6   "homepage": "https://github.com/WorldDownTown/TapticEngine",
7   "screenshots": "https://raw.githubusercontent.com/WorldDownTown/TapticEngine/master/images/taptic_engine.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "WorldDownTown": "WorldDownTown@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/WorldDownTown/TapticEngine.git",
17     "tag": "1.1.0"
18   },
19   "social_media_url": "https://twitter.com/WorldDownTown",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": "Sources/**/*.swift",
24   "frameworks": [
25     "UIKit"
26   ],
27   "pushed_with_swift_version": "3.1"