[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 7 / b / AMCoreAudio / 1.3.1 / AMCoreAudio.podspec.json
blob2632ce40def975d2c52a22c068ce1ccdea34fe9b
2   "name": "AMCoreAudio",
3   "version": "1.3.1",
4   "summary": "AMCoreAudio is an Objective-C wrapper for Apple's CoreAudio framework",
5   "description": "                   AMCoreAudio is an Objective-C 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 the delegate pattern.\n",
6   "homepage": "https://github.com/sonicbee9/AMCoreAudio",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Ruben Nine": "sonicbee9@gmx.com"
13   },
14   "social_media_url": "http://twitter.com/sonicbee9",
15   "platforms": {
16     "osx": "10.7"
17   },
18   "source": {
19     "git": "https://github.com/sonicbee9/AMCoreAudio.git",
20     "tag": "1.3.1"
21   },
22   "source_files": "AMCoreAudio/*.{h,m}",
23   "public_header_files": "AMCoreAudio/*.h",
24   "prefix_header_file": "AMCoreAudio/AMCoreAudio-Prefix.pch",
25   "frameworks": [
26     "AudioToolbox",
27     "CoreAudio",
28     "Cocoa"
29   ],
30   "requires_arc": true