From 42df752a78d73ef2f92d5667b814816ea44e8df3 Mon Sep 17 00:00:00 2001 From: Lee <18611401994@163.com> Date: Fri, 14 Aug 2020 18:14:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96Pod=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AttributedString.podspec | 10 +++++----- AttributedString.xcodeproj/project.pbxproj | 16 ++++++++-------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/AttributedString.podspec b/AttributedString.podspec index 3b33cee..e1a59cb 100644 --- a/AttributedString.podspec +++ b/AttributedString.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "AttributedString" -s.version = "1.6.4" +s.version = "1.6.5" s.summary = "基于Swift字符串插值快速构建你想要的富文本, 支持点击按住等事件获取, 支持多种类型过滤" s.homepage = "https://github.com/lixiang1994/AttributedString" @@ -28,9 +28,9 @@ s.tvos.deployment_target = "11.0" s.watchos.deployment_target = "5.0" s.source_files = ["Sources/*.swift", "Sources/Extension/*.swift", "Sources/Extension/CoreGraphics/*.swift"] -s.ios.source_files = ["Sources/Extension/UIKit/*"] -s.osx.source_files = ["Sources/Extension/AppKit/*"] -s.tvos.source_files = ["Sources/Extension/UIKit/*"] -s.watchos.source_files = ["Sources/Extension/WatchKit/*"] +s.ios.source_files = ["Sources/Extension/UIKit/*.swift", "Sources/Extension/UIKit/UILabel/*.swift"] +s.osx.source_files = ["Sources/Extension/AppKit/*.swift"] +s.tvos.source_files = ["Sources/Extension/UIKit/*.swift"] +s.watchos.source_files = ["Sources/Extension/WatchKit/*.swift"] end diff --git a/AttributedString.xcodeproj/project.pbxproj b/AttributedString.xcodeproj/project.pbxproj index e8b8f83..3878e9c 100644 --- a/AttributedString.xcodeproj/project.pbxproj +++ b/AttributedString.xcodeproj/project.pbxproj @@ -838,7 +838,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6.4; + MARKETING_VERSION = 1.6.5; PRODUCT_BUNDLE_IDENTIFIER = com.attributedstring.watchos; PRODUCT_NAME = AttributedString; SDKROOT = watchos; @@ -866,7 +866,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6.4; + MARKETING_VERSION = 1.6.5; PRODUCT_BUNDLE_IDENTIFIER = com.attributedstring.watchos; PRODUCT_NAME = AttributedString; SDKROOT = watchos; @@ -893,7 +893,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6.4; + MARKETING_VERSION = 1.6.5; PRODUCT_BUNDLE_IDENTIFIER = com.attributedstring.tvos; PRODUCT_NAME = AttributedString; SDKROOT = appletvos; @@ -920,7 +920,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6.4; + MARKETING_VERSION = 1.6.5; PRODUCT_BUNDLE_IDENTIFIER = com.attributedstring.tvos; PRODUCT_NAME = AttributedString; SDKROOT = appletvos; @@ -996,7 +996,7 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.13; - MARKETING_VERSION = 1.6.4; + MARKETING_VERSION = 1.6.5; PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring.macos; PRODUCT_NAME = AttributedString; SDKROOT = macosx; @@ -1023,7 +1023,7 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.13; - MARKETING_VERSION = 1.6.4; + MARKETING_VERSION = 1.6.5; PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring.macos; PRODUCT_NAME = AttributedString; SDKROOT = macosx; @@ -1170,7 +1170,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6.4; + MARKETING_VERSION = 1.6.5; PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring.ios; PRODUCT_NAME = AttributedString; SKIP_INSTALL = YES; @@ -1199,7 +1199,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.6.4; + MARKETING_VERSION = 1.6.5; PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring.ios; PRODUCT_NAME = AttributedString; SKIP_INSTALL = YES;