blob: 2d0fddbf3bdb1ea91d290f48b21b3e3138e39cab [file] [log] [blame]
{
"name": "LPPlaySound",
"version": "0.0.1",
"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.1"
},
"source_files": "TestPlaySound/LPPlaySound.{h,m}",
"frameworks": [
"UIKit",
"AudioToolbox"
],
"requires_arc": true
}