blob: 23cee641d029923383c21e71025faf314bedd819 [file] [log] [blame]
{
"name": "HapticGenerator",
"version": "1.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": "1.0.0"
},
"social_media_url": "https://twitter.com/kanecheshire",
"platforms": {
"ios": "8.0"
},
"source_files": [
"HapticGenerator/Classes/**/*",
"HapticGenerator.swift"
],
"pushed_with_swift_version": "3.0"
}