[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 0 / d / HapticGenerator / 4.1.0 / HapticGenerator.podspec.json
blob240ef0c462cf59b35ab656f61167a8a8af6b7d3f
2   "name": "HapticGenerator",
3   "version": "4.1.0",
4   "summary": "Seriously simple haptic generation on iOS.",
5   "description": "Apple's UIFeedbackGenerator subclasses are not difficult to use, but they are messy.\nHapticGenerator tidies everything and makes the process of creating different types of haptics on iOS easy and coherent.\nHapticGenerator now comes with convenience constants for all haptics making it even easier, plus the ability to keep the taptic engine powered up after each use automatically.",
6   "homepage": "https://github.com/kanecheshire/HapticGenerator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kanecheshire": "kane.cheshire@googlemail.com"
13   },
14   "source": {
15     "git": "https://github.com/kanecheshire/HapticGenerator.git",
16     "tag": "4.1.0"
17   },
18   "social_media_url": "https://twitter.com/kanecheshire",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": [
23     "HapticGenerator/Classes/**/*",
24     "HapticGenerator.swift"
25   ]