From 8891112bf9056222def75f3f2dbd41210a6af531 Mon Sep 17 00:00:00 2001 From: LEE <18611401994@163.com> Date: Wed, 17 Apr 2024 19:42:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=9A=90=E7=A7=81=E6=B8=85?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UIAdapter.podspec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/UIAdapter.podspec b/UIAdapter.podspec index e7d9702..c3e2ddf 100644 --- a/UIAdapter.podspec +++ b/UIAdapter.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "UIAdapter" -s.version = "1.3.0" +s.version = "1.3.1" s.summary = "iOS屏幕适配工具" s.homepage = "https://github.com/lixiang1994/UIAdapter" @@ -22,9 +22,9 @@ s.swift_version = '5.3' s.cocoapods_version = '>= 1.4.0' - s.subspec 'Privacy' do |ss| - ss.resource_bundles = { - "Privacy" => 'Sources/PrivacyInfo.xcprivacy' - } - end +s.subspec 'Privacy' do |ss| + ss.resource_bundles = { + s.name => 'Sources/PrivacyInfo.xcprivacy' + } +end end