Skip to content

Commit 1fe95d4

Browse files
committed
Pods 1.0.0
1 parent f3ae084 commit 1fe95d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AttributedString.podspec

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

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

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

AttributedString.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
"@executable_path/Frameworks",
373373
"@loader_path/Frameworks",
374374
);
375-
MARKETING_VERSION = 0.0.1;
375+
MARKETING_VERSION = 1.0.0;
376376
PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring;
377377
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
378378
SKIP_INSTALL = YES;
@@ -400,7 +400,7 @@
400400
"@executable_path/Frameworks",
401401
"@loader_path/Frameworks",
402402
);
403-
MARKETING_VERSION = 0.0.1;
403+
MARKETING_VERSION = 1.0.0;
404404
PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring;
405405
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
406406
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)