From 6775eb7695b4bf9f8b5ccfc7d57ad0c97d79d0d1 Mon Sep 17 00:00:00 2001 From: wangzhitong Date: Thu, 12 Sep 2024 18:11:48 +0800 Subject: [PATCH] update podfile --- HelloUniMPDemo/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloUniMPDemo/Podfile b/HelloUniMPDemo/Podfile index 42d2b0b..246cc3f 100644 --- a/HelloUniMPDemo/Podfile +++ b/HelloUniMPDemo/Podfile @@ -5,7 +5,7 @@ target 'HelloUniMPDemo' do ## 根据功能对照表添加,建议一次不要Pod太多模块容易超时 ## Payment-Stripe、Payment-Paypal、Oauth-Google、Oauth-Facebook 为海外SDK建议设置代理后pod install - pod 'unimp', :subspecs => [ + pod 'unimp', '~> 4.24', :subspecs => [ 'Core', ##核心库(必需) # 'Accelerometer', ##加速度传感器 # 'Contacts', ##通讯录 -- GitLab