2 "name": "HLSAudioPlayer",
4 "summary": "A mini framework for parsing and playing audio streams from HLS playlists.",
5 "description": "HLSAudioPlayer is a mini framework for parsing and playing audio streams from HLS playlists.",
6 "homepage": "https://github.com/nobre84/HLSAudioPlayer",
12 "Rafael Nobre": "nobre84@gmail.com"
15 "git": "https://github.com/nobre84/HLSAudioPlayer.git",
18 "social_media_url": "https://twitter.com/nobre84",
22 "swift_version": "4.2",
26 "source_files": "HLSAudioPlayer/Shared/Sources/**/*.*"
30 "source_files": "HLSAudioPlayer/Parser/Sources/**/*.*",
32 "HLSAudioPlayer/Shared": [
39 "source_files": "HLSAudioPlayer/Downloader/Sources/**/*.*",
41 "HLSAudioPlayer/Parser": [
44 "RNConcurrentBlockOperation": [
51 "source_files": "HLSAudioPlayer/Player/Sources/**/*.*",
52 "resources": "HLSAudioPlayer/Player/Resources/**/*.*",
54 "HLSAudioPlayer/Downloader": [
60 "name": "GestureHelper",
61 "source_files": "HLSAudioPlayer/GestureHelper/Sources/**/*.*"