[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 3 / 0 / d / HapticGenerator / 3.0.0 / HapticGenerator.podspec.json
blobc23ab7565f7128e2afb3ffc77cfa12edbd3a9d49
2   "name": "HapticGenerator",
3   "version": "3.0.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": "3.0.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   ]