blob: 315a58cd80e5dbaf6f484bcced5fd83b70fcc4d3 [file] [log] [blame]
{
"name": "AudioRecorder",
"version": "0.0.1",
"summary": "iOS音频录制",
"description": "iOS使用AVFoundation录制WAV音频",
"homepage": "https://github.com/runryan/AudioRecorder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ryan": "mob_developer@163.com"
},
"source": {
"git": "https://github.com/runryan/AudioRecorder.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "AudioRecorder/Classes/**/*",
"swift_versions": "5.0",
"dependencies": {
"SwiftCommonTools2": [
]
},
"swift_version": "5.0"
}