From adc2db9bb29e7f316c46b6de679db1522ffc9cc8 Mon Sep 17 00:00:00 2001
From: 杨锴 <841720330@qq.com>
Date: 星期五, 23 八月 2024 11:39:37 +0800
Subject: [PATCH] fix

---
 Podfile |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Podfile b/Podfile
index f80024f..ba865eb 100644
--- a/Podfile
+++ b/Podfile
@@ -1,5 +1,5 @@
 # Uncomment the next line to define a global platform for your project
-# platform :ios, '9.0'
+# platform :ios, '10.0'
 
 target 'XQMuse' do
   # Comment the next line if you don't want to use dynamic frameworks
@@ -14,8 +14,8 @@
   pod 'Alamofire' # 网络请求框架
   pod 'Lantern' # 图片浏览器
   pod 'SVProgressHUD' # 提示框组件
-  pod 'AliyunOSSiOS' # 阿里云OSS
+  pod 'AliyunOSSiOS','2.10.22' # 阿里云OSS
   pod 'WechatOpenSDK-XCFramework' # 微信开放平台组件
-  pod 'CryptoSwift' # 常用加密算法
-	pod 'Snapkit'
+  pod 'CryptoSwift','1.8.3' # 常用加密算法
+#	pod 'SwiftAudioPlayer','7.6.0'# 音频播放
 end

--
Gitblit v1.7.1