[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 2 / a / EZAudioClone / 0.1.2 / EZAudioClone.podspec.json
blob9809a9820c030218ce88f35fee3a729c1a2d28b7
2   "name": "EZAudioClone",
3   "version": "0.1.2",
4   "summary": "A simple, intuitive audio framework for iOS and OSX useful for anyone doing audio processing and/or audio-based visualizations.",
5   "homepage": "https://github.com/gangadharashettypj/EZAudioClone",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Syed Haris Ali": "syedhali07@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0",
15     "osx": "10.8"
16   },
17   "source": {
18     "git": "https://github.com/gangadharashettypj/EZAudioClone.git",
19     "tag": "0.1.2"
20   },
21   "exclude_files": [
22     "EZAudio/TPCircularBuffer.{h,c}",
23     "EZAudio/EZAudioiOS.h",
24     "EZAudio/EZAudioOSX.h"
25   ],
26   "ios": {
27     "frameworks": [
28       "AudioToolbox",
29       "AVFoundation",
30       "GLKit",
31       "Accelerate"
32     ]
33   },
34   "osx": {
35     "frameworks": [
36       "AudioToolbox",
37       "AudioUnit",
38       "CoreAudio",
39       "QuartzCore",
40       "OpenGL",
41       "GLKit",
42       "Accelerate"
43     ]
44   },
45   "requires_arc": true,
46   "default_subspecs": "Full",
47   "subspecs": [
48     {
49       "name": "Core",
50       "source_files": "EZAudio/*.{h,m,c}"
51     },
52     {
53       "name": "Full",
54       "dependencies": {
55         "TPCircularBuffer": [
56           "1.1"
57         ],
58         "EZAudio/Core": [
60         ]
61       }
62     }
63   ]