blob: d3d893236fc81632dfe1a02b044195eb5dbf71b5 [file] [log] [blame]
{
"name": "SwiftAudio",
"version": "0.9.1",
"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.9.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SwiftAudio/Classes/**/*"
}