[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / a / 5 / CoreAudioDebugging / 0.0.1 / CoreAudioDebugging.podspec.json
blobe56617c4dd126cb4fddd52ee2e3206168ab873b8
2   "name": "CoreAudioDebugging",
3   "version": "0.0.1",
4   "summary": "Pretty-print AudioStreamBasicDefinition and AudioComponentDescription structures.",
5   "description": "                    Really, I just created these functions because I became very tired of\n                    trying to hand-decode Apple's CoreAudio\n                    [AudioStreamBasicDefinition](http://google.com/search?q=Apple+Developer+AudioStreamBasicDescription)\n                    structures. Also, when using [CAShow](http://google.com/search?q=Apple+Developer+Audio+Toolbox+Debugging+Reference+CAShow)\n                    I became even more weary of tring to remember all of the various\n                    `OSType` [FourCC](http://en.wikipedia.org/wiki/FourCC) codes that CoreAudio uses.\n",
6   "homepage": "https://github.com/adfernandes/CoreAudioDebugging",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrew Fernandes": "andrew@fernandes.org"
13   },
14   "source": {
15     "git": "https://github.com/adfernandes/CoreAudioDebugging.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "*.{h,mm,cpp}",
19   "public_header_files": "*.h",
20   "platforms": {
21     "ios": "6.0",
22     "osx": "10.8"
23   },
24   "requires_arc": false