blob: b551b70908fadb197db9abd22f2cd4639d8e1867 [file] [log] [blame]
{
"name": "ADAudioTool",
"version": "1.0.0",
"summary": "音频播放",
"description": "iOS的音频播放",
"homepage": "https://github.com/tiancanfei/JLBAudioTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"安德航": "bjwltiankong@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/tiancanfei/JLBAudioTool.git",
"tag": "1.0.0"
},
"source_files": "ADAudioTool/*.{h,m}",
"public_header_files": "ADAudioTool/*.h",
"frameworks": [
"UIKit",
"AVFoundation"
],
"requires_arc": true
}