From aa06b6b057cb3d5e6024bd3f07d16e3ad17ef533 Mon Sep 17 00:00:00 2001 From: "likai.123" <471633877@qq.com> Date: Mon, 4 Dec 2023 13:14:40 +0800 Subject: [PATCH] version --- LookinServer.podspec | 4 ++-- LookinShared.podspec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LookinServer.podspec b/LookinServer.podspec index ed02e92..0c9cf65 100644 --- a/LookinServer.podspec +++ b/LookinServer.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "LookinServer" - spec.version = "1.2.4" + spec.version = "1.2.5" spec.summary = "The iOS framework of Lookin." spec.description = "Embed this framework into your iOS project to enable Lookin mac app." spec.homepage = "https://lookin.work" @@ -9,7 +9,7 @@ Pod::Spec.new do |spec| spec.ios.deployment_target = "9.0" spec.tvos.deployment_target = '9.0' spec.default_subspecs = 'Core' - spec.source = { :git => "https://github.com/QMUI/LookinServer.git", :tag => "1.2.4"} + spec.source = { :git => "https://github.com/QMUI/LookinServer.git", :tag => "1.2.5"} spec.framework = "UIKit" spec.requires_arc = true diff --git a/LookinShared.podspec b/LookinShared.podspec index 62a3201..536897a 100644 --- a/LookinShared.podspec +++ b/LookinShared.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "LookinShared" - spec.version = "1.2.4" + spec.version = "1.2.5" spec.summary = "The shared files between client and server side of Lookin." spec.description = "Embed this framework into your iOS project to enable Lookin mac app." spec.homepage = "https://lookin.work" @@ -9,7 +9,7 @@ Pod::Spec.new do |spec| spec.ios.deployment_target = "9.0" spec.tvos.deployment_target = '9.0' spec.macos.deployment_target = "10.14" - spec.source = { :git => "https://github.com/QMUI/LookinServer.git", :tag => "1.2.4"} + spec.source = { :git => "https://github.com/QMUI/LookinServer.git", :tag => "1.2.5"} #spec.framework = "UIKit" spec.requires_arc = true spec.source_files = [