[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 5 / f / AudioPlayerKit / 0.1.4 / AudioPlayerKit.podspec.json
blob9503c2edbc40006282af5a08095b87c314b1a522
2   "name": "AudioPlayerKit",
3   "version": "0.1.4",
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.4"
21   },
22   "social_media_url": "https://linkedin.com/in/rachad-accoumeh",
23   "platforms": {
24     "ios": "13.0"
25   },
26   "swift_versions": "5.0",
27   "resources": [
28     "AudioPlayerKit/Classes/BASS/**/*.txt",
29     "AudioPlayerKit/Classes/BASS/**/*.chm"
30   ],
31   "ios": {
32     "vendored_frameworks": [
33       "AudioPlayerKit/Classes/BASS/bass.xcframework",
34       "AudioPlayerKit/Classes/BASS/bass_fx.xcframework",
35       "AudioPlayerKit/Classes/BASS/bassopus.xcframework",
36       "AudioPlayerKit/Classes/BASS/bassflac.xcframework"
37     ]
38   },
39   "requires_arc": true,
40   "frameworks": [
41     "AVFoundation",
42     "bass",
43     "bass_fx",
44     "bassopus",
45     "bassflac"
46   ],
47   "source_files": "AudioPlayerKit/Classes/**/*.{h,m,swift}",
48   "preserve_paths": "AudioPlayerKit/Classes/**/*.h",
49   "public_header_files": "AudioPlayerKit/Classes/**/*.h",
50   "swift_version": "5.0"