Files
SwiftAudioPlayer/Example/Pods/Local Podspecs/SwiftAudioPlayer.podspec.json
Tanha 2200c4169d add logging file
Co-authored-by: JonMercer <mercer.jon@gmail.com>
2019-01-29 10:49:22 -08:00

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"
}