blob: b703433d7e046ba1b293427ce64168283ff98f4d [file] [log] [blame]
{
"name": "SwiftAudioManager",
"version": "0.2.0",
"summary": "SwiftAudioManager is a toolkit that helps you to build sound effects.",
"description": "SwiftAudioManager is a toolkit that helps you to: play music as BGM(loop), or as SFX(stackable), manage local music storage and a lots more .",
"homepage": "https://github.com/supersun17/SwiftAudioManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ming Sun": "mingsun.nolan@gmail.com"
},
"source": {
"git": "https://github.com/supersun17/SwiftAudioManager.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source_files": "SwiftAudioManager/Classes/**/*"
}