blob: e425242004679a2fd8421bff24276b26773a9c22 [file] [log] [blame]
{
"name": "AMCoreAudio",
"version": "3.1",
"summary": "A Swift framework that aims to make Core Audio use less tedious in macOS",
"description": "AMCoreAudio is a Swift framework that aims to make Core Audio use less tedious in macOS.\n\nHere's a few things it can do:\n\n* Simplifying audio device enumeration\n* Providing accessors for the most relevant audio device properties (i.e., device name, device manufacturer, device UID, volume, mute, sample rate, clock source, etc.)\n* Managing (physical and virtual) audio streams associated to an audio device\n* Subscribing to audio hardware, audio device, and audio stream events\n* etc.",
"homepage": "https://github.com/rnine/AMCoreAudio",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Ruben Nine": "ruben@9labs.io"
},
"social_media_url": "https://twitter.com/sonicbee9",
"platforms": {
"osx": "10.9"
},
"source": {
"git": "https://github.com/rnine/AMCoreAudio.git",
"tag": "3.1"
},
"source_files": "AMCoreAudio/*.{swift,h,m}",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}