blob: ed07d9cc057207a96c1f10fb95b43c146209cada [file] [log] [blame]
{
"name": "AudioPlayerSwift",
"module_name": "AudioPlayer",
"version": "1.6.1",
"summary": "AudioPlayer is a simple class for playing audio in iOS, macOS and tvOS apps.",
"description": "AudioPlayer is a simple class for playing audio in iOS, macOS and tvOS apps. You can use it for basic audio usage (play / stop), but also for advanced usage (loop, pan, seek...)",
"homepage": "https://github.com/tbaranes/AudioPlayerSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tom Baranes": "tom.baranes@gmail.com"
},
"source": {
"git": "https://github.com/tbaranes/AudioPlayerSwift.git",
"tag": "1.6.1"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"pushed_with_swift_version": "4.0"
}