[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 3 / 0 / d / HapticGenerator / 2.0.0 / HapticGenerator.podspec.json
blobd8ee76a590d48397d5446e004c9115c770ed3ddb
2   "name": "HapticGenerator",
3   "version": "2.0.0",
4   "summary": "Easy peasy haptic generation on iOS.",
5   "description": "Apple's UIFeedbackGenerator subclasses are not difficult to use, but they are messy.\nHapticGenerator tidies this up and makes the process of creating different types of haptics on iOS easy and coherent.",
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.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   ],
26   "pushed_with_swift_version": "4.0"