[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 7 / b / AMCoreAudio / 2.0.9 / AMCoreAudio.podspec.json
blob0017048b28a096fb25670aa919a6878483f79bba
2   "name": "AMCoreAudio",
3   "version": "2.0.9",
4   "summary": "AMCoreAudio is a Swift wrapper for Apple's CoreAudio framework",
5   "description": "AMCoreAudio is a Swift wrapper for Apple's CoreAudio framework focusing on:\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* Subscribing to system and audio device specific notifications using delegation, 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": "http://twitter.com/sonicbee9",
15   "platforms": {
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/rnine/AMCoreAudio.git",
20     "tag": "2.0.9"
21   },
22   "source_files": "AMCoreAudio/*.{swift,h,m}",
23   "requires_arc": true