[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 7 / b / AMCoreAudio / 3.1.1 / AMCoreAudio.podspec.json
blob1faf23a541b38a3fdab5f6d69707827041fbdb81
2   "name": "AMCoreAudio",
3   "version": "3.1.1",
4   "summary": "A Swift framework that aims to make Core Audio use less tedious in macOS",
5   "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.",
6   "homepage": "https://github.com/rnine/AMCoreAudio",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Ruben Nine": "ruben@9labs.io"
13   },
14   "social_media_url": "https://twitter.com/sonicbee9",
15   "platforms": {
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/rnine/AMCoreAudio.git",
20     "tag": "3.1.1"
21   },
22   "source_files": "AMCoreAudio/*.{swift,h,m}",
23   "requires_arc": true,
24   "pushed_with_swift_version": "3.0"