{"id":1421,"url":"https://github.com/AppliKeySolutions/PandoraPlayer","last_synced_at":"2025-08-02T04:31:01.747Z","repository":{"id":62450455,"uuid":"99690125","full_name":"ApplikeySolutions/PandoraPlayer","owner":"ApplikeySolutions","description":"🅿️ PandoraPlayer is a lightweight music player for iOS, based on AudioKit and completely written in Swift.","archived":false,"fork":false,"pushed_at":"2022-12-06T09:28:12.000Z","size":348,"stargazers_count":1188,"open_issues_count":20,"forks_count":180,"subscribers_count":37,"default_branch":"master","last_synced_at":"2024-12-01T03:05:15.568Z","etag":null,"topics":["animation","artist","audio","audiokit","cocoapods","equalizer","ios","itunes","media","mixer","music","music-player","player","radio","song","sound","soundcloud","streaming","swift","waves"],"latest_commit_sha":null,"homepage":"https://applikeysolutions.com/","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/ApplikeySolutions.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"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-08-08T12:26:42.000Z","updated_at":"2024-11-27T14:40:42.000Z","dependencies_parsed_at":"2022-11-01T23:32:47.825Z","dependency_job_id":null,"html_url":"https://github.com/ApplikeySolutions/PandoraPlayer","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApplikeySolutions%2FPandoraPlayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApplikeySolutions%2FPandoraPlayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApplikeySolutions%2FPandoraPlayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApplikeySolutions%2FPandoraPlayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ApplikeySolutions","download_url":"https://codeload.github.com/ApplikeySolutions/PandoraPlayer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228438869,"owners_count":17920014,"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":["animation","artist","audio","audiokit","cocoapods","equalizer","ios","itunes","media","mixer","music","music-player","player","radio","song","sound","soundcloud","streaming","swift","waves"],"created_at":"2024-01-05T20:15:46.072Z","updated_at":"2024-12-06T08:30:55.925Z","avatar_url":"https://github.com/ApplikeySolutions.png","language":"Swift","funding_links":[],"categories":["Media"],"sub_categories":["Audio","Other free courses"],"readme":"![ios](https://cocoapod-badges.herokuapp.com/v/PandoraPlayer/badge.png) ![ios](https://cocoapod-badges.herokuapp.com/p/PandoraPlayer/badge.png) ![Swift 4.0.x](https://img.shields.io/badge/Swift-4.0.x-orange.svg) ![GitHub license](https://cocoapod-badges.herokuapp.com/l/PandoraPlayer/badge.(png|svg))\n\nMade by [Applikey Solutions](https://applikeysolutions.com)\n\nFind this [project on Dribbble](https://dribbble.com/shots/3456425-Music-waves)\n\n![PandoraPlayer](https://f.flockusercontent2.com/2a4adb31502114757e42a129)\n\n# Table of Contents\n1. [Purpose](#purpose)\n2. [Features](#features)\n3. [Supported OS \u0026 SDK Versions](#supported-os--sdk-versions)\n4. [Installation](#installation)\n5. [Usage](#usage)\n6. [Demo](#demo)\n7. [Release Notes](#release-notes)\n8. [Contact Us](#contact-us)\n9. [License](#license)\n\n# Purpose\n\n`PandoraPlayer` is a lightweight music player for iOS, based on [AudioKit](https://github.com/AudioKit/AudioKit) and completely written in [Swift](https://developer.apple.com/swift/), constructed to be fast, light and have a nice design.\n\n# Features\n- [x] Plays iPod music / bundle music\n- [x] Real-time two-channel visual equalizer\n- [x] Standard controls\n- [x] Simple API\n- [x] Simple \u0026 intuitive design\n\n# Supported OS \u0026 SDK Versions\n\n* Supported build target - iOS 9.0\n\n# Installation\n\n### [CocoaPods](https://github.com/CocoaPods/CocoaPods)\nAdd the following line in your `Podfile`.\n```\npod 'PandoraPlayer'\n```\n\n# Usage\n\n```swift\nimport PandoraPlayer\n\nlet playerVC = PandoraPlayer.configure(withMPMediaItems: mediaItems)\nnavigationController?.present(playerVC, animated: true, completion: nil)\n```\n\n# Demo\n![example-plain](https://f.flockusercontent2.com/2a4adb31501665971ce5e1c4)\n\n# Release Notes\n\nVersion 1.0\n\n- Release version.\n\nVersion 1.1\n\n- Added Xcode 9 and Swift 4 support \n\n# Contact Us\n\nYou can always contact us via github@applikeysolutions.com We are open for any inquiries regarding our libraries and controls, new open-source projects and other ways of contributing to the community. If you have used our component in your project we would be extremely happy if you write us your feedback and let us know about it!\n\n# License\n\nThe MIT License (MIT)\n\nCopyright © 2017 Applikey Solutions\n\nPermission is hereby granted free of charge to any person obtaining a copy of this software and associated documentation files (the \"Software\") to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAppliKeySolutions%2FPandoraPlayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAppliKeySolutions%2FPandoraPlayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAppliKeySolutions%2FPandoraPlayer/lists"}