[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / a / 5 / f / AudioPlayerKit / 0.1.1 / AudioPlayerKit.podspec.json
blobab1813772232447f5609695c6d02e5068e9275c2
2   "name": "AudioPlayerKit",
3   "version": "0.1.1",
4   "summary": "Audio player support most audio type with many feature",
5   "description": "AudioPlayerKit - Your Ultimate Audio Player Library\n\nAudioPlayerKit is your go-to solution for all your audio playback needs in iOS applications. This versatile and user-friendly library seamlessly integrates into both Objective-C and Swift projects. It's the modern alternative to the outdated APAudioPlayer, offering a wide array of enhanced features.\n\nKey Features:\n\nPlayback Control: AudioPlayerKit simplifies audio playback with easy-to-use controls like Play, Pause, and Stop. You can effortlessly manage audio files in various formats, including *.m4a, *.mp3, *.mp2, *.mp1, *.wave, *.ogg, *.wav, *.aiff, *.opus, *.flac, *.wv, and more. The library is designed to be extendable, supporting additional audio formats.\n\nReal-time Spectrum Analysis: Gain insights into your audio content with real-time spectrum analysis. AudioPlayerKit provides you with a spectrum data array for a more immersive audio experience.\n\nAdjustable Playback Speed: Customize the audio playback speed to your liking. Speed up or slow down audio content to fit various use cases, such as language learning or audio transcription.\n\nDelegate Support: AudioPlayerKit uses a robust delegate system, allowing you to receive updates on various player events, such as changes in player status, playback completion, interruptions, and more. The available delegate methods include:\n\nplayerDidChangePlayingStatus: Get notified when the player's playing status changes.\nplayerDidFinishPlaying: Receive an event when audio playback is complete.\nplayerEndInterruption: Handle interruptions gracefully and resume playback.\nplayerDidFinishPlaying: Stay informed when the player finishes playing.\nBuilt on BASS from un4seen: AudioPlayerKit leverages the powerful BASS library from un4seen, known for its high-performance audio capabilities. This solid foundation ensures reliable and efficient audio playback.\n\nEasy Integration: AudioPlayerKit seamlessly integrates into your Swift or Objective-C iOS projects, offering a simple and intuitive interface for audio control and analysis.\n\nGitHub Repository:\nAudioPlayerKit is an open-source project available on GitHub. You can find the repository here. We welcome contributions and assistance from the community to make AudioPlayerKit even better!\n\nAudioPlayerKit brings a wealth of powerful features to your iOS audio applications, ensuring a top-notch user experience and a multitude of options for audio manipulation and analysis. This library is your go-to choice for all your audio-related tasks, making it easy to integrate and utilize audio playback capabilities in your projects.",
6   "homepage": "https://github.com/rachadaccoumeh/AudioPlayerKit",
7   "screenshots": [
8     "https://raw.githubusercontent.com/rachadaccoumeh/AudioPlayerKit/master/Screenshots/screenshot1.png",
9     "https://raw.githubusercontent.com/rachadaccoumeh/AudioPlayerKit/master/Screenshots/screenshot2.gif"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Rachad Accoumeh": "rachadaccoumeh@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/rachadaccoumeh/AudioPlayerKit.git",
20     "tag": "0.1.1"
21   },
22   "platforms": {
23     "ios": "13.0"
24   },
25   "vendored_frameworks": "AudioPlayerKit/Classes/BASS/bassflac.xcframework",
26   "source_files": "AudioPlayerKit/Classes/**/*.{h,m,swift}"