blob: 4e813bfae1bcd89ac289fce8e9b78a7359281567 [file] [log] [blame]
{
"name": "LPPlaySound",
"version": "0.0.2",
"summary": "播放音效",
"description": "播放本地音效或系统音效",
"homepage": "https://github.com/Liu-Peng/TestPlaySound/",
"license": "MIT",
"authors": {
"liupeng": "liupeng0242@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/Liu-Peng/TestPlaySound.git",
"tag": "0.0.2"
},
"source_files": "TestPlaySound/LPPlaySound.{h,m}",
"frameworks": [
"UIKit",
"AudioToolbox"
],
"requires_arc": true
}