[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / b / c / Audiobus / 2.1.1 / Audiobus.podspec.json
blob6053553ff97a618015417ef29df705f396293dcb
2   "name": "Audiobus",
3   "version": "2.1.1",
4   "license": {
5     "type": "Audiobus SDK License"
6   },
7   "homepage": "http://developer.audiob.us",
8   "authors": {
9     "Michael Tyson": "michael@atastypixel.com"
10   },
11   "summary": "The Audiobus SDK, for iOS audio routing.",
12   "source": {
13     "git": "http://developer.audiob.us/download/SDK.git",
14     "tag": "2.1.1"
15   },
16   "source_files": "Audiobus/*.h",
17   "public_header_files": "Audiobus/*.h",
18   "vendored_libraries": "libAudiobus.a",
19   "libraries": "Audiobus",
20   "xcconfig": {
21     "LIBRARY_SEARCH_PATHS": "$(SRCROOT)/Pods/Audiobus/"
22   },
23   "frameworks": [
24     "AudioToolbox",
25     "Accelerate",
26     "QuartzCore",
27     "CoreGraphics",
28     "Security"
29   ],
30   "requires_arc": true,
31   "platforms": {
32     "ios": "7.0"
33   }