[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / c / 5 / e / DOUAudioStreamer / 0.2.10 / DOUAudioStreamer.podspec.json
blob0eec0097f72b75e4478e80239912bf37ad26b39d
2   "name": "DOUAudioStreamer",
3   "version": "0.2.10",
4   "license": {
5     "type": "BSD",
6     "file": "LICENSE"
7   },
8   "summary": "A Core Audio based streaming audio player for iOS/Mac.",
9   "homepage": "https://github.com/douban/DOUAudioStreamer",
10   "authors": {
11     "Chongyu Zhu": "i@lembacon.com"
12   },
13   "source": {
14     "git": "https://github.com/douban/DOUAudioStreamer.git",
15     "tag": "0.2.10"
16   },
17   "source_files": "src/*.{h,m}",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "5.0",
21     "osx": "10.7"
22   },
23   "ios": {
24     "frameworks": [
25       "Accelerate",
26       "CFNetwork",
27       "CoreAudio",
28       "AudioToolbox",
29       "AVFoundation",
30       "MediaPlayer",
31       "QuartzCore",
32       "OpenGLES",
33       "MobileCoreServices"
34     ]
35   },
36   "osx": {
37     "frameworks": [
38       "Accelerate",
39       "CFNetwork",
40       "CoreAudio",
41       "AudioToolbox",
42       "AudioUnit",
43       "CoreServices"
44     ]
45   }