File tree 2 files changed +4
-4
lines changed
AttributedString.xcodeproj
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "AttributedString"
4
- s . version = "0.0.0 "
5
- s . summary = ""
4
+ s . version = "0.0.1 "
5
+ s . summary = "基于Swift字符串插值快速构建你想要的富文本 "
6
6
7
7
s . homepage = "https://github.com/lixiang1994/AttributedString"
8
8
Original file line number Diff line number Diff line change 279
279
"@executable_path/Frameworks",
280
280
"@loader_path/Frameworks",
281
281
);
282
- MARKETING_VERSION = 0.0.0 ;
282
+ MARKETING_VERSION = 0.0.1 ;
283
283
PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring;
284
284
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
285
285
SKIP_INSTALL = YES;
306
306
"@executable_path/Frameworks",
307
307
"@loader_path/Frameworks",
308
308
);
309
- MARKETING_VERSION = 0.0.0 ;
309
+ MARKETING_VERSION = 0.0.1 ;
310
310
PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring;
311
311
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
312
312
SKIP_INSTALL = YES;
You can’t perform that action at this time.
0 commit comments