From aaf445ab56109d679bda66a87c6d18124fb06442 Mon Sep 17 00:00:00 2001 From: Silence <294005139@qq.com> Date: Tue, 23 Apr 2024 09:43:51 +0800 Subject: [PATCH] chore: release version 4.2.0 --- HXPhotoPicker-Lite.podspec | 6 +++--- HXPhotoPicker.podspec | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HXPhotoPicker-Lite.podspec b/HXPhotoPicker-Lite.podspec index 8d2686c5..9fcef36c 100644 --- a/HXPhotoPicker-Lite.podspec +++ b/HXPhotoPicker-Lite.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "HXPhotoPicker-Lite" - spec.version = "4.1.9.1" + spec.version = "4.2.0" spec.summary = "Photo selector - Support LivePhoto, GIF selection" spec.homepage = "https://github.com/SilenceLove/HXPhotoPicker" spec.license = { :type => "MIT", :file => "LICENSE" } @@ -10,8 +10,8 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/SilenceLove/HXPhotoPicker.git", :tag => "#{spec.version}" } spec.framework = 'UIKit','Photos','PhotosUI' spec.requires_arc = true - spec.resources = "Sources/HXPhotoPicker/Resources/*.{bundle}" - spec.resource_bundle = { 'HXPhotoPicker_Privacy' => ['Sources/HXPhotoPicker/Resources/PrivacyInfo.xcprivacy']} + spec.resources = "Sources/HXPhotoPicker/Resources/*.{bundle}" + spec.resource_bundle = { 'HXPhotoPicker_Privacy' => ['Sources/HXPhotoPicker/Resources/PrivacyInfo.xcprivacy']} spec.default_subspec = 'Full' spec.subspec 'Core' do |core| diff --git a/HXPhotoPicker.podspec b/HXPhotoPicker.podspec index 9b4e3c6c..96211355 100644 --- a/HXPhotoPicker.podspec +++ b/HXPhotoPicker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "HXPhotoPicker" - spec.version = "4.1.9.1" + spec.version = "4.2.0" spec.summary = "照片/视频选择器 - 支持LivePhoto、GIF图片选择、自定义编辑照片/视频、3DTouch预览、浏览网络图片/网络视频 功能 - Imitation weibo photo/image picker - support for LivePhoto, GIF image selection, 3DTouch preview, browse the web image function" spec.homepage = "https://github.com/SilenceLove/HXPhotoPicker" spec.license = { :type => "MIT", :file => "LICENSE" } @@ -13,8 +13,8 @@ Pod::Spec.new do |spec| spec.framework = 'UIKit','Photos','PhotosUI' spec.requires_arc = true - spec.resources = "Sources/HXPhotoPicker/Resources/*.{bundle}" - spec.resource_bundle = { 'HXPhotoPicker_Privacy' => ['Sources/HXPhotoPicker/Resources/PrivacyInfo.xcprivacy']} + spec.resources = "Sources/HXPhotoPicker/Resources/*.{bundle}" + spec.resource_bundle = { 'HXPhotoPicker_Privacy' => ['Sources/HXPhotoPicker/Resources/PrivacyInfo.xcprivacy']} spec.default_subspec = 'Full' spec.subspec 'Core' do |core|