提交 f1e6a8ee 编写于 作者: DCloud_iOS_WZT's avatar DCloud_iOS_WZT

小程序SDK-v4.15

上级 8bf7c6e8
#source 'https://gitee.com/mirrors/CocoaPods-Specs.git'
#source 'https://github.com/Cocoapods/Specs.git'
#source 'https://cdn.cocoapods.org/'
target 'HelloUniMPDemo' do target 'HelloUniMPDemo' do
...@@ -8,8 +5,6 @@ target 'HelloUniMPDemo' do ...@@ -8,8 +5,6 @@ target 'HelloUniMPDemo' do
## 根据功能对照表添加,建议一次不要Pod太多模块容易超时 ## 根据功能对照表添加,建议一次不要Pod太多模块容易超时
## Payment-Stripe、Payment-Paypal、Oauth-Google、Oauth-Facebook 为海外SDK建议设置代理后pod install ## Payment-Stripe、Payment-Paypal、Oauth-Google、Oauth-Facebook 为海外SDK建议设置代理后pod install
pod 'FirebaseAnalytics'
pod 'unimp', :subspecs => [ pod 'unimp', :subspecs => [
'Core', ##核心库(必需) 'Core', ##核心库(必需)
# 'Accelerometer', ##加速度传感器 # 'Accelerometer', ##加速度传感器
......
...@@ -6,7 +6,7 @@ target 'UniMPSwiftDemo' do ...@@ -6,7 +6,7 @@ target 'UniMPSwiftDemo' do
## 判断需要引用哪些模块请参考文档:https://nativesupport.dcloud.net.cn/AppDocs/usemodule/iOSModuleConfig/common.html#%E5%A6%82%E4%BD%95%E9%85%8D%E7%BD%AE%E6%A8%A1%E5%9D%97-%E4%B8%89%E6%96%B9sdk ## 判断需要引用哪些模块请参考文档:https://nativesupport.dcloud.net.cn/AppDocs/usemodule/iOSModuleConfig/common.html#%E5%A6%82%E4%BD%95%E9%85%8D%E7%BD%AE%E6%A8%A1%E5%9D%97-%E4%B8%89%E6%96%B9sdk
## 根据功能对照表添加,建议一次不要Pod太多模块容易超时 ## 根据功能对照表添加,建议一次不要Pod太多模块容易超时
pod 'unimp','~> 3.991', :subspecs => [ pod 'unimp','~> 4.15', :subspecs => [
'Core', ##核心库(必需) 'Core', ##核心库(必需)
# 'Log', ## # 'Log', ##
# 'Accelerometer', ##加速度传感器 # 'Accelerometer', ##加速度传感器
......
...@@ -16,7 +16,7 @@ Pod::Spec.new do |s| ...@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.author = { "wangzhitong" => "wangzhitong@dcloud.io" } s.author = { "wangzhitong" => "wangzhitong@dcloud.io" }
s.source = { :git => "https://gitcode.net/dcloud/unimpsdk-ios.git", :tag => "#{s.version}"} s.source = { :git => "https://gitcode.net/dcloud/unimpsdk-ios.git", :tag => "#{s.version}"}
s.default_subspec = 'Core' s.default_subspec = 'Core'
s.platform = :ios, '11.0' s.platform = :ios, '12.0'
### 基础库(必选) ### 基础库(必选)
...@@ -28,7 +28,7 @@ Pod::Spec.new do |s| ...@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
ss.vendored_libraries = 'UniMPSDK/Core/Libs/*.{a}' ss.vendored_libraries = 'UniMPSDK/Core/Libs/*.{a}'
ss.vendored_frameworks = 'UniMPSDK/Core/Libs/*.{framework}' ss.vendored_frameworks = 'UniMPSDK/Core/Libs/*.{framework}'
ss.resources = 'UniMPSDK/Core/Resources/*' ss.resources = 'UniMPSDK/Core/Resources/*'
ss.dependency 'SDWebImage','5.10.0' ss.dependency 'SDWebImage','5.19.2'
ss.dependency 'SSZipArchive','2.2.3' ss.dependency 'SSZipArchive','2.2.3'
ss.libraries = 'c++','iconv' ss.libraries = 'c++','iconv'
end end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册