blob: 04ffd98893da9e18e9bd787bb30928acab7631a9 [file] [log] [blame]
{
"name": "FeedbackGenerator",
"version": "1.0.1",
"summary": "Feedback is a small and easy to use wrapper, for generating different styles of feedback in the form of haptics, sounds, or both.",
"description": "Feedback is a really easy way to provide nuanced and helpful feedback to your users on iOS.\nFeedback comes in the form of haptics, or sounds, or both. With Feedback you can use the default\nsounds for different types of feedback, or provide a custom sound to use.",
"homepage": "https://github.com/KaneCheshire/Feedback",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kane Cheshire": "kane.cheshire@googlemail.com"
},
"source": {
"git": "https://github.com/KaneCheshire/Feedback.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/kanecheshire",
"platforms": {
"ios": "8.0"
},
"source_files": "Feedback/Classes/**/*",
"resource_bundles": {
"FeedbackAssets": [
"Feedback/Assets/*.m4a"
]
},
"frameworks": [
"UIKit",
"AVFoundation"
],
"pushed_with_swift_version": "3.0"
}