{"id":19935605,"url":"https://github.com/efremidze/peep","last_synced_at":"2025-05-03T12:31:25.670Z","repository":{"id":62450584,"uuid":"103113672","full_name":"efremidze/Peep","owner":"efremidze","description":"Easy Sound Generator 🐥","archived":false,"fork":false,"pushed_at":"2022-08-28T01:29:59.000Z","size":185,"stargazers_count":91,"open_issues_count":2,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-07T15:54:39.679Z","etag":null,"topics":["audio","carthage","cocoapods","feedback","generator","ios","sound","swift","vibrate"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/efremidze.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-11T09:01:38.000Z","updated_at":"2025-03-28T21:07:01.000Z","dependencies_parsed_at":"2022-11-01T22:46:21.162Z","dependency_job_id":null,"html_url":"https://github.com/efremidze/Peep","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efremidze%2FPeep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efremidze%2FPeep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efremidze%2FPeep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efremidze%2FPeep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/efremidze","download_url":"https://codeload.github.com/efremidze/Peep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252190962,"owners_count":21708987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio","carthage","cocoapods","feedback","generator","ios","sound","swift","vibrate"],"created_at":"2024-11-12T23:20:57.414Z","updated_at":"2025-05-03T12:31:25.184Z","avatar_url":"https://github.com/efremidze.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Peep\n\n[![Build Status](https://travis-ci.org/efremidze/Peep.svg?style=flat)](https://travis-ci.org/efremidze/Peep)\n[![Version](https://img.shields.io/cocoapods/v/Peep.svg?style=flat)](http://cocoapods.org/pods/Peep)\n[![License](https://img.shields.io/cocoapods/l/Peep.svg?style=flat)](http://cocoapods.org/pods/Peep)\n[![Platform](https://img.shields.io/cocoapods/p/Peep.svg?style=flat)](http://cocoapods.org/pods/Peep)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n\n**Peep** is an easy sound generator library.\n\n```\n$ pod try Peep\n```\n\n## Requirements\n\n- iOS 10.0+\n- Xcode 8.0+\n- Swift 5 (Peep 3.x), Swift 4 (Peep 2.x), Swift 3 (Peep 1.x)\n\n## Usage\n\nPlaying sounds is super simple.\n\n```swift\nimport Peep\n\n// play alert tone\nPeep.play(sound: AlertTone.tweet)\n\n// play key press\nPeep.play(sound: KeyPress.tap)\n\n// play haptic feedback\nPeep.play(sound: HapticFeedback.selection)\n\n// play url\nPeep.play(sound: Bundle.main.url(forResource: \"Success\", withExtension: \"m4a\"))\n```\n\n### Haptic Feedback\n\nAdd haptic feedback to Peep using [Haptica](https://github.com/efremidze/Haptica).\n\n```swift\nHaptic.impact(.light).generate()\n```\n\n## Installation\n\n### CocoaPods\nTo install with [CocoaPods](http://cocoapods.org/), simply add this in your `Podfile`:\n```ruby\nuse_frameworks!\npod \"Peep\"\n```\n\n### Carthage\nTo install with [Carthage](https://github.com/Carthage/Carthage), simply add this in your `Cartfile`:\n```ruby\ngithub \"efremidze/Peep\"\n```\n\n## Communication\n\n- If you **found a bug**, open an issue.\n- If you **have a feature request**, open an issue.\n- If you **want to contribute**, submit a pull request.\n\n## Credits\n\n* https://github.com/mergesort/FeedbackEffect\n\n## License\n\nPeep is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefremidze%2Fpeep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fefremidze%2Fpeep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefremidze%2Fpeep/lists"}