[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 3 / 0 / d / HapticGenerator / 2.1.0 / HapticGenerator.podspec.json
blob8f1322038508c0403bfda5e43546921a349f0c56
2   "name": "HapticGenerator",
3   "version": "2.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": "2.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   ]