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