blob: 15cd264ffee7c91bbc028ab6fa9e5eacbee51de8 [file] [log] [blame]
{
"name": "AudioUnitPlayer",
"version": "1.0.2",
"summary": "AudioUnitPlayer",
"description": "AAC 流数据通过AudioUnit播放",
"homepage": "https://github.com/ColdMountain/AudioUnitPlayer",
"license": "MIT",
"authors": {
"coldMountain": "gomh520@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ColdMountain/AudioUnitPlayer.git",
"tag": "1.0.2"
},
"source_files": [
"AudioUnitPlayer.h",
"AudioUnitPlayer.m"
],
"frameworks": [
"Foundation",
"AudioToolbox"
],
"requires_arc": true
}