blob: 0b9857ca0c32d63f336738223818429a95c433c3 [file] [log] [blame]
{
"name": "AudioPlayerSwift",
"module_name": "AudioPlayer",
"version": "1.5.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.5.1"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"pushed_with_swift_version": "3.0"
}