blob: 434cea58c4a529628415fa48c1e1dfca32092335 [file] [log] [blame]
{
"name": "AudioManager",
"version": "0.0.1",
"summary": "Simple wrapper for AVAudioSession.",
"homepage": "https://github.com/robinlieb/AudioManager",
"license": "MIT",
"authors": "Robin Lieb",
"source": {
"git": "https://github.com/robinlieb/AudioManager.git",
"tag": "0.0.1"
},
"documentation_url": "https://github.com/robinlieb/AudioManager",
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "Sources/AudioManager/*.swift",
"swift_version": "5.1"
}