[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / b / c / Audiobus / 2.1 / Audiobus.podspec.json
blob4e468cb7afad3ec16c8991f64645c8cf69f50aa2
2   "name": "Audiobus",
3   "version": "2.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"
15   },
16   "public_header_files": "Audiobus/*.h",
17   "vendored_libraries": "libAudiobus.a",
18   "libraries": "Audiobus",
19   "xcconfig": {
20     "LIBRARY_SEARCH_PATHS": "$(SRCROOT)/Pods/Audiobus/"
21   },
22   "frameworks": [
23     "AudioToolbox",
24     "Accelerate",
25     "QuartzCore",
26     "CoreGraphics",
27     "Security"
28   ],
29   "requires_arc": true,
30   "platforms": {
31     "ios": "7.0"
32   }