blob: ba515dd2e60cdd0c6815c6380f5666b595e1d28c [file] [log] [blame]
{
"name": "RGAudioPlayer",
"version": "0.1.0",
"summary": "RGAudioPlayer play audio.",
"description": "RGAudioPlayer 播放音频组件基于Superpowered",
"homepage": "https://github.com/sherlockmm/RGAudioPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sherlockmm": "sherlock_zms@163.com"
},
"source": {
"git": "https://github.com/sherlockmm/RGAudioPlayer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RGAudioPlayer/Classes/Core/*.{h,m}",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"vendored_frameworks": "RGAudioPlayer/Classes/FXAudio/FXAudio.framework",
"frameworks": [
"MediaPlayer",
"AVFoundation",
"AudioToolbox",
"CoreMedia",
"VideoToolbox",
"GLKit",
"Accelerate"
],
"libraries": "stdc++"
}