blob: fd3dc4fab3beadabfa75ac27e2cf3e4ebcbc23f4 [file] [log] [blame]
{
"name": "HLSAudioPlayer",
"version": "0.1.0",
"summary": "A mini framework for parsing and playing audio streams from HLS playlists.",
"description": "HLSAudioPlayer is a mini framework for parsing and playing audio streams from HLS playlists.",
"homepage": "https://github.com/nobre84/HLSAudioPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rafael Nobre": "nobre84@gmail.com"
},
"source": {
"git": "https://github.com/nobre84/HLSAudioPlayer.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/nobre84",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"subspecs": [
{
"name": "Shared",
"source_files": "HLSAudioPlayer/Shared/Sources/**/*.*"
},
{
"name": "Parser",
"source_files": "HLSAudioPlayer/Parser/Sources/**/*.*",
"dependencies": {
"HLSAudioPlayer/Shared": [
]
}
},
{
"name": "Downloader",
"source_files": "HLSAudioPlayer/Downloader/Sources/**/*.*",
"dependencies": {
"HLSAudioPlayer/Parser": [
],
"RNConcurrentBlockOperation": [
]
}
},
{
"name": "Player",
"source_files": "HLSAudioPlayer/Player/Sources/**/*.*",
"resources": "HLSAudioPlayer/Player/Resources/**/*.*",
"dependencies": {
"HLSAudioPlayer/Downloader": [
]
}
},
{
"name": "GestureHelper",
"source_files": "HLSAudioPlayer/GestureHelper/Sources/**/*.*"
}
]
}