blob: 633ce0edb96b8bcc711e464d8d72629542fc0f17 [file] [log] [blame]
{
"name": "CMSAudio",
"version": "0.0.1",
"summary": "Modules and components framework for iOS.",
"authors": {
"author": "2033253382@qq.com"
},
"description": "一个简单的音频播放,使用的系统的AVFoundation中的AVPlayer.采用的swift预言。",
"homepage": "https://github.com/whhaijun/audioPlayView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/whhaijun/audioPlayView.git",
"tag": "v0.0.1"
},
"source_files": "CMSAudio/CMSAudio/**/*.{swift}",
"swift_versions": "5.0",
"frameworks": [
"Foundation",
"AVFoundation",
"CoreFoundation",
"UIKit"
],
"static_framework": true,
"requires_arc": true,
"swift_version": "5.0"
}