blob: 60cecf2f6b438c7097b1c5ad92993df179c3d3b9 [file] [log] [blame]
{
"name": "CMSAudio",
"version": "0.0.2",
"summary": "Modules and components framework for iOS.",
"authors": {
"HJ": "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": "0.0.2"
},
"source_files": "CMSAudio/CMSAudio/**/*.{swift}",
"swift_versions": "5.0",
"frameworks": [
"Foundation",
"AVFoundation",
"CoreFoundation",
"UIKit"
],
"static_framework": true,
"requires_arc": true,
"resource_bundles": {
"CMSAudio": [
"CMSAudio/Assets.xcassets"
]
},
"swift_version": "5.0"
}