update pod

This commit is contained in:
DDIsFriend
2023-09-07 17:21:33 +08:00
parent c853b73127
commit b2efd5b015
10 changed files with 7738 additions and 7762 deletions

View File

@@ -1,32 +0,0 @@
{
"name": "DDAudioPlayerKit_Private",
"version": "0.1.3",
"summary": "A short description of DDAudioPlayerKit_Private.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/DDIsFriend/DDAudioPlayerKit_Private",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DDIsFriend": "DDIsFriend@163.com"
},
"source": {
"git": "git@github.com:DDIsFriend/DDAudioPlayerKit_Private.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "11.0"
},
"source_files": "DDAudioPlayerKit_Private/Classes/**/*",
"dependencies": {
"DDFFmpegKit_Private": [
]
},
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 armv7 arm64",
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
"OTHER_LINKER_FLAGS": "$(inherited)"
}
}