| { |
| "name": "HapticGenerator", |
| "version": "2.0.0", |
| "summary": "Easy peasy haptic generation on iOS.", |
| "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.", |
| "homepage": "https://github.com/kanecheshire/HapticGenerator", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "kanecheshire": "kane.cheshire@googlemail.com" |
| }, |
| "source": { |
| "git": "https://github.com/kanecheshire/HapticGenerator.git", |
| "tag": "2.0.0" |
| }, |
| "social_media_url": "https://twitter.com/kanecheshire", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": [ |
| "HapticGenerator/Classes/**/*", |
| "HapticGenerator.swift" |
| ], |
| "pushed_with_swift_version": "4.0" |
| } |