Skip to content

Commit

Permalink
优化Pod配置
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiang1994 committed Aug 14, 2020
1 parent 921069b commit 42df752
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions AttributedString.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
16 changes: 8 additions & 8 deletions AttributedString.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 42df752

Please sign in to comment.