Files
SwiftAudioEx/Example/Pods/Local Podspecs/SwiftAudio.podspec.json
Jørgen Henrichsen bb0f301383 Update dependencies.
2019-04-18 16:53:07 +02:00

23 lines
615 B
JSON

{
"name": "SwiftAudio",
"version": "0.7.2",
"summary": "Easy audio streaming for iOS",
"description": "SwiftAudio is an audio player written in Swift, making it simpler to work with audio playback from streams and files.",
"homepage": "https://github.com/jorgenhenrichsen/SwiftAudio",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jørgen Henrichsen": "jh.henrichs@gmail.com"
},
"source": {
"git": "https://github.com/jorgenhenrichsen/SwiftAudio.git",
"tag": "0.7.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SwiftAudio/Classes/**/*"
}