Skip to content

Commit becdaba

Browse files
committed
init
1 parent 0e3368c commit becdaba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AttributedString.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Pod::Spec.new do |s|
22

33
s.name = "AttributedString"
4-
s.version = "0.0.0"
5-
s.summary = ""
4+
s.version = "0.0.1"
5+
s.summary = "基于Swift字符串插值快速构建你想要的富文本"
66

77
s.homepage = "https://github.com/lixiang1994/AttributedString"
88

AttributedString.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
"@executable_path/Frameworks",
280280
"@loader_path/Frameworks",
281281
);
282-
MARKETING_VERSION = 0.0.0;
282+
MARKETING_VERSION = 0.0.1;
283283
PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring;
284284
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
285285
SKIP_INSTALL = YES;
@@ -306,7 +306,7 @@
306306
"@executable_path/Frameworks",
307307
"@loader_path/Frameworks",
308308
);
309-
MARKETING_VERSION = 0.0.0;
309+
MARKETING_VERSION = 0.0.1;
310310
PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring;
311311
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
312312
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)