23 lines
615 B
JSON
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/**/*"
|
|
}
|