[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / f / 4 / RGAudioPlayer / 0.1.0 / RGAudioPlayer.podspec.json
blobba515dd2e60cdd0c6815c6380f5666b595e1d28c
2   "name": "RGAudioPlayer",
3   "version": "0.1.0",
4   "summary": "RGAudioPlayer play audio.",
5   "description": "RGAudioPlayer  播放音频组件基于Superpowered",
6   "homepage": "https://github.com/sherlockmm/RGAudioPlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sherlockmm": "sherlock_zms@163.com"
13   },
14   "source": {
15     "git": "https://github.com/sherlockmm/RGAudioPlayer.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RGAudioPlayer/Classes/Core/*.{h,m}",
22   "pod_target_xcconfig": {
23     "ENABLE_BITCODE": "NO"
24   },
25   "vendored_frameworks": "RGAudioPlayer/Classes/FXAudio/FXAudio.framework",
26   "frameworks": [
27     "MediaPlayer",
28     "AVFoundation",
29     "AudioToolbox",
30     "CoreMedia",
31     "VideoToolbox",
32     "GLKit",
33     "Accelerate"
34   ],
35   "libraries": "stdc++"