2200c4169d
Co-authored-by: JonMercer <mercer.jon@gmail.com>
25 lines
865 B
JSON
25 lines
865 B
JSON
{
|
|
"name": "SwiftAudioPlayer",
|
|
"version": "0.1.0",
|
|
"summary": "SwiftAudioPlayer is a Swift based audio player that can handle streaming from a remote location and audio manipulation.",
|
|
"description": "SwiftAudioPlayer is a Swift based audio player that can handle streaming from a remote location and audio manipulation. It can perform actions like playing audio up to 32x playback rate on streamed audio.",
|
|
"homepage": "https://github.com/tanhakabir/SwiftAudioPlayer",
|
|
"license": {
|
|
"type": "MIT",
|
|
"file": "LICENSE"
|
|
},
|
|
"authors": {
|
|
"tanhakabir": "tanhakabir.ca@gmail.com",
|
|
"JonMercer": "mercer.jon@gmail.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/tanhakabir/SwiftAudioPlayer.git",
|
|
"tag": "0.1.0"
|
|
},
|
|
"platforms": {
|
|
"ios": "8.0"
|
|
},
|
|
"source_files": "SwiftAudioPlayer/Classes/**/*",
|
|
"swift_version": "4.0"
|
|
}
|