Commit c47df11f by zhangyunjie

1.2.3.4

parent 440a5498
......@@ -367,6 +367,7 @@
"${PODS_ROOT}/../../OffcnIMSDKiOS/Resources/ZYJExpressionKeyboard.bundle",
"${PODS_ROOT}/../../OffcnIMSDKiOS/Resources/ZYJTZImagePickerController.bundle",
"${PODS_ROOT}/../../OffcnIMSDKiOS/Resources/ZYYJMJRefresh.bundle",
"${PODS_ROOT}/OffcnLiveSDKiOS/OffcnLiveSDKiOS/Resources/OffcnLiveSDK.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
......@@ -374,6 +375,7 @@
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ZYJExpressionKeyboard.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ZYJTZImagePickerController.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/ZYYJMJRefresh.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/OffcnLiveSDK.bundle",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
......@@ -390,6 +392,10 @@
"${BUILT_PRODUCTS_DIR}/IQKeyboardManager/IQKeyboardManager.framework",
"${BUILT_PRODUCTS_DIR}/LMJDropdownMenu/LMJDropdownMenu.framework",
"${PODS_ROOT}/../../OffcnIMSDKiOS/Frameworks/oimcore.framework",
"${PODS_ROOT}/OffcnLiveSDKiOS/OffcnLiveSDKiOS/Frameworks/ZGIJKMediaFramework.framework",
"${PODS_ROOT}/OffcnLiveSDKiOS/OffcnLiveSDKiOS/Frameworks/OffcnWhiteBoard.framework",
"${PODS_ROOT}/OffcnLiveSDKiOS/OffcnLiveSDKiOS/Frameworks/WebRTC.framework",
"${PODS_ROOT}/OffcnLiveSDKiOS/OffcnLiveSDKiOS/Frameworks/ZYJSDWebImage.framework",
"${BUILT_PRODUCTS_DIR}/YYCache/YYCache.framework",
"${BUILT_PRODUCTS_DIR}/YYCategories/YYCategories.framework",
"${BUILT_PRODUCTS_DIR}/YYImage/YYImage.framework",
......@@ -402,6 +408,10 @@
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManager.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LMJDropdownMenu.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/oimcore.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ZGIJKMediaFramework.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OffcnWhiteBoard.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WebRTC.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ZYJSDWebImage.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYCache.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYCategories.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYImage.framework",
......
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'OffcnIMSDKiOS'
s.version = '1.2.3.3'
s.version = '1.2.3.4'
s.summary = 'OffcnIMSDKiOS.'
s.description = <<-DESC
......@@ -51,6 +51,6 @@ TODO: Add long description of the pod here.
s.dependency 'YYWebImage', '~> 1.0.5'
s.dependency 'YYText', '~> 1.0.7'
#s.dependency 'OffcnLiveSDKiOS'
s.dependency 'OffcnLiveSDKiOS'
end
......@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h>
#import "OffcnIMModel.h"
static const NSString *OffcnIMSDKiOSVersion = @"1.2.3.3";
static const NSString *OffcnIMSDKiOSVersion = @"1.2.3.4";
//聊天详情头像点击事件通知
#define kOffcnIMChatInfoHeadIconClickNotification @"kOffcnIMChatInfoHeadIconClickNotification"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment