File tree 2 files changed +3
-3
lines changed
AttributedString.xcodeproj
2 files changed +3
-3
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 = "1.0 .0"
4
+ s . version = "1.1 .0"
5
5
s . summary = "基于Swift字符串插值快速构建你想要的富文本"
6
6
7
7
s . homepage = "https://github.com/lixiang1994/AttributedString"
Original file line number Diff line number Diff line change 372
372
"@executable_path/Frameworks",
373
373
"@loader_path/Frameworks",
374
374
);
375
- MARKETING_VERSION = 1.0 .0;
375
+ MARKETING_VERSION = 1.1 .0;
376
376
PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring;
377
377
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
378
378
SKIP_INSTALL = YES;
400
400
"@executable_path/Frameworks",
401
401
"@loader_path/Frameworks",
402
402
);
403
- MARKETING_VERSION = 1.0 .0;
403
+ MARKETING_VERSION = 1.1 .0;
404
404
PRODUCT_BUNDLE_IDENTIFIER = com.lee.attributedstring;
405
405
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
406
406
SKIP_INSTALL = YES;
You can’t perform that action at this time.
0 commit comments