Skip to content

Commit f16be0d

Browse files
committed
更新信息
1 parent 9624794 commit f16be0d

10 files changed

Lines changed: 50 additions & 48 deletions

File tree

Example/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ PODS:
99
- FBSnapshotTestCase/SwiftSupport (2.1.4):
1010
- FBSnapshotTestCase/Core
1111
- HandyJSON (5.0.0-beta.1)
12-
- SmartCodable/Core (5.0.1)
13-
- SmartCodable/Inherit (5.0.1):
12+
- SmartCodable/Core (5.0.2)
13+
- SmartCodable/Inherit (5.0.2):
1414
- SmartCodable/Core
1515
- SnapKit (5.6.0)
1616

@@ -51,7 +51,7 @@ SPEC CHECKSUMS:
5151
CodableWrapper: fb0b898e73f2e5b996e9d82b6c8441da72e50256
5252
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
5353
HandyJSON: 582477127ab3ab65bd2e471815f1a7b846856978
54-
SmartCodable: 7e69a11c4905c48bf0d9f9eeb2e3a165da2e69d9
54+
SmartCodable: 25de46f58e0ef16afcb934d990b1c2625021c007
5555
SnapKit: e01d52ebb8ddbc333eefe2132acf85c8227d9c25
5656

5757
PODFILE CHECKSUM: 60610a5cdfa6a077fd7b8e2be458175cd4b92762

Example/Pods/Local Podspecs/SmartCodable.podspec.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-SmartCodable_Example/Pods-SmartCodable_Example-acknowledgements.markdown

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-SmartCodable_Example/Pods-SmartCodable_Example-acknowledgements.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/SmartCodable/SmartCodable-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2023 intsig171.
1+
Copyright (c) 2023 iAmMccc.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,28 @@
44
<h1 align="center">SmartCodable - Ultimate Codable Enhancement for Swift</h1>
55

66
<p align="center">
7-
<a href="https://github.com/intsig171/SmartCodable/actions?query=workflow%3Abuild">
8-
<img src="https://img.shields.io/github/actions/workflow/status/intsig171/SmartCodable/build.yml?branch=main&label=build" alt="Build Status">
7+
<a href="https://github.com/iAmMccc/SmartCodable/actions?query=workflow%3Abuild">
8+
<img src="https://img.shields.io/github/actions/workflow/status/iAmMccc/SmartCodable/build.yml?branch=main&label=build" alt="Build Status">
99
</a>
10-
<a href="https://github.com/intsig171/SmartCodable/wiki">
10+
<a href="https://github.com/iAmMccc/SmartCodable/wiki">
1111
<img src="https://img.shields.io/badge/Documentation-available-brightgreen.svg" alt="Documentation">
1212
</a>
13-
<a href="https://github.com/intsig171/SmartCodable/releases">
14-
<img src="https://img.shields.io/github/v/release/intsig171/SmartCodable?color=blue&label=version" alt="Latest Release">
13+
<a href="https://github.com/iAmMccc/SmartCodable/releases">
14+
<img src="https://img.shields.io/github/v/release/iAmMccc/SmartCodable?color=blue&label=version" alt="Latest Release">
1515
</a>
1616
<a href="https://swift.org/package-manager/">
1717
<img src="https://img.shields.io/badge/SPM-supported-DE5C43.svg?style=flat" alt="SPM Supported">
1818
</a>
1919
<a href="https://swift.org/">
2020
<img src="https://img.shields.io/badge/Swift-5.0%2B-orange.svg" alt="Swift 5.0+">
2121
</a>
22-
<a href="https://github.com/intsig171/SmartCodable/blob/main/LICENSE">
22+
<a href="https://github.com/iAmMccc/SmartCodable/blob/main/LICENSE">
2323
<img src="https://img.shields.io/badge/license-MIT-black.svg" alt="MIT License">
2424
</a>
2525
</p>
2626

27-
### English | [中文](https://github.com/intsig171/SmartCodable/blob/main/README_CN.md)
27+
28+
### English | [中文](https://github.com/iAmMccc/SmartCodable/blob/main/README_CN.md)
2829

2930
SmartCodable redefines Swift data parsing by augmenting Apple's native Codable with production-ready resilience and flexibility. Where standard Codable fails on real-world data, SmartCodable delivers bulletproof parsing with minimal boilerplate.
3031

@@ -75,7 +76,7 @@ SmartCodable redefines Swift data parsing by augmenting Apple's native Codable w
7576

7677
If you are using HandyJSON and would like to replace it, follow this link.
7778

78-
[👉 **SmartCodable - Compare With HandyJSON**](https://github.com/intsig171/SmartCodable/blob/develop/Document/README/CompareWithHandyJSON.md)
79+
[👉 **SmartCodable - Compare With HandyJSON**](https://github.com/iAmMccc/SmartCodable/blob/develop/Document/README/CompareWithHandyJSON.md)
7980

8081
**Key Advantages**:
8182

@@ -121,7 +122,7 @@ If you are using HandyJSON and would like to replace it, follow this link.
121122

122123
```
123124
dependencies: [
124-
.package(url: "https://github.com/intsig171/SmartCodable.git", from: "xxx")
125+
.package(url: "https://github.com/iAmMccc/SmartCodable.git", from: "xxx")
125126
]
126127
```
127128

@@ -461,7 +462,7 @@ print(model)
461462

462463
This feature relies on **Swift Macros**, which requires **Swift 5.9+** and is compatible with **iOS 13+**. Therefore, it is only supported in SmartCodable version 5.0 and above.
463464

464-
> For using inheritance on lower versions, refer to: [Inheritance in Lower Versions](https://github.com/intsig171/SmartCodable/blob/main/Document/Suggest/suggest2.md)
465+
> For using inheritance on lower versions, refer to: [Inheritance in Lower Versions](https://github.com/iAmMccc/SmartCodable/blob/main/Document/Suggest/suggest2.md)
465466
466467
If you need inheritance support, annotate your subclass with `@SmartSubclass`.
467468

@@ -763,16 +764,16 @@ SmartSentinel.onLogGenerated { logs in }
763764

764765
If you're looking forward to learning more about the Codable protocol and the design thinking behind SmartCodable, check it out.
765766

766-
[👉 **github discussions**](https://github.com/intsig171/SmartCodable/discussions)
767+
[👉 **github discussions**](https://github.com/iAmMccc/SmartCodable/discussions)
767768

768-
[👉 **SmartCodable Test**](https://github.com/intsig171/SmartCodable/blob/main/Document/README/HowToTest.md)
769+
[👉 **SmartCodable Test**](https://github.com/iAmMccc/SmartCodable/blob/main/Document/README/HowToTest.md)
769770

770-
[👉 **learn SmartCodable**](https://github.com/intsig171/SmartCodable/blob/develop/Document/README/LearnMore.md)
771+
[👉 **learn SmartCodable**](https://github.com/iAmMccc/SmartCodable/blob/develop/Document/README/LearnMore.md)
771772

772773

773774

774775
## Github Stars
775-
![GitHub stars](https://starchart.cc/intsig171/SmartCodable.svg?theme=dark)
776+
![GitHub stars](https://starchart.cc/iAmMccc/SmartCodable.svg?theme=dark)
776777

777778
## Join the SmartCodable Community 🚀
778779

README_CN.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,28 @@
44
<h1 align="center">SmartCodable - Ultimate Codable Enhancement for Swift</h1>
55

66
<p align="center">
7-
<a href="https://github.com/intsig171/SmartCodable/actions?query=workflow%3Abuild">
8-
<img src="https://img.shields.io/github/actions/workflow/status/intsig171/SmartCodable/build.yml?branch=main&label=build" alt="Build Status">
7+
<a href="https://github.com/iAmMccc/SmartCodable/actions?query=workflow%3Abuild">
8+
<img src="https://img.shields.io/github/actions/workflow/status/iAmMccc/SmartCodable/build.yml?branch=main&label=build" alt="Build Status">
99
</a>
10-
<a href="https://github.com/intsig171/SmartCodable/wiki">
10+
<a href="https://github.com/iAmMccc/SmartCodable/wiki">
1111
<img src="https://img.shields.io/badge/Documentation-available-brightgreen.svg" alt="Documentation">
1212
</a>
13-
<a href="https://github.com/intsig171/SmartCodable/releases">
14-
<img src="https://img.shields.io/github/v/release/intsig171/SmartCodable?color=blue&label=version" alt="Latest Release">
13+
<a href="https://github.com/iAmMccc/SmartCodable/releases">
14+
<img src="https://img.shields.io/github/v/release/iAmMccc/SmartCodable?color=blue&label=version" alt="Latest Release">
1515
</a>
1616
<a href="https://swift.org/package-manager/">
1717
<img src="https://img.shields.io/badge/SPM-supported-DE5C43.svg?style=flat" alt="SPM Supported">
1818
</a>
1919
<a href="https://swift.org/">
2020
<img src="https://img.shields.io/badge/Swift-5.0%2B-orange.svg" alt="Swift 5.0+">
2121
</a>
22-
<a href="https://github.com/intsig171/SmartCodable/blob/main/LICENSE">
22+
<a href="https://github.com/iAmMccc/SmartCodable/blob/main/LICENSE">
2323
<img src="https://img.shields.io/badge/license-MIT-black.svg" alt="MIT License">
2424
</a>
2525
</p>
2626

27-
### 中文 | [English](https://github.com/intsig171/SmartCodable)
27+
28+
### 中文 | [English](https://github.com/iAmMccc/SmartCodable)
2829

2930
SmartCodable 通过增强苹果原生的 Codable 能力,为 Swift 数据解析提供了生产级的健壮性与灵活性。当标准 Codable 在真实数据场景中难以胜任时,SmartCodable 能以最少的样板代码,实现更稳健、容错性更强的解析逻辑
3031

@@ -75,7 +76,7 @@ SmartCodable 通过增强苹果原生的 Codable 能力,为 Swift 数据解析
7576
| **错误日志** | 提供兼容性处理的故障排查日志 |||
7677
| **安全性** | 实现稳定性和安全性更高 |||
7778

78-
[👉 **SmartCodable - 与HandyJSON对比**](https://github.com/intsig171/SmartCodable/blob/develop/Document/README/CompareWithHandyJSON.md)
79+
[👉 **SmartCodable - 与HandyJSON对比**](https://github.com/iAmMccc/SmartCodable/blob/develop/Document/README/CompareWithHandyJSON.md)
7980

8081
**核心优势**
8182

@@ -124,7 +125,7 @@ SmartCodable 通过增强苹果原生的 Codable 能力,为 Swift 数据解析
124125

125126
```
126127
dependencies: [
127-
.package(url: "https://github.com/intsig171/SmartCodable.git", from: "xxx")
128+
.package(url: "https://github.com/iAmMccc/SmartCodable.git", from: "xxx")
128129
]
129130
```
130131

@@ -463,7 +464,7 @@ if let model = PublishedModel.deserialize(from: dict) {
463464

464465
该功能由于使用了 **Swift Macro**,需要使用 **Swift 5.9+**,对应的 **iOS 13+**,因此只在SmartCodable的5.0+版本中支持。
465466

466-
> 如需要在更低版本使用继承,请查看: [低版本中的继承](https://github.com/intsig171/SmartCodable/blob/main/Document/Suggest/suggest2.md)
467+
> 如需要在更低版本使用继承,请查看: [低版本中的继承](https://github.com/iAmMccc/SmartCodable/blob/main/Document/Suggest/suggest2.md)
467468
468469
如果你需要继承,请使用 `@SmartSubclass` 标注为子类。
469470

@@ -769,17 +770,17 @@ SmartSentinel.onLogGenerated { logs in }
769770

770771
如果您想了解更多关于Codable协议和SmartCodable设计思路的内容,请查看:
771772

772-
[👉 **github讨论区**](https://github.com/intsig171/SmartCodable/discussions)
773+
[👉 **github讨论区**](https://github.com/iAmMccc/SmartCodable/discussions)
773774

774-
[👉 **SmartCodable测试**](https://github.com/intsig171/SmartCodable/blob/main/Document/README/HowToTest.md)
775+
[👉 **SmartCodable测试**](https://github.com/iAmMccc/SmartCodable/blob/main/Document/README/HowToTest.md)
775776

776-
[👉 **学习SmartCodable**](https://github.com/intsig171/SmartCodable/blob/develop/Document/README/LearnMore.md)
777+
[👉 **学习SmartCodable**](https://github.com/iAmMccc/SmartCodable/blob/develop/Document/README/LearnMore.md)
777778

778779

779780

780781
## GitHub星标
781782

782-
![GitHub stars](https://starchart.cc/intsig171/SmartCodable.svg?theme=dark)
783+
![GitHub stars](https://starchart.cc/iAmMccc/SmartCodable.svg?theme=dark)
783784

784785
## 加入SmartCodable社区 🚀
785786

SmartCodable.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
# Any lines starting with a # are optional, but their use is encouraged
66
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
77
#
8-
## pod trunk register 邮箱名 'intsig171' --verbose
8+
## pod trunk register 邮箱名 'iAmMccc' --verbose
99
## pod me
1010
## pod trunk push SmartCodable.podspec --allow-warnings
1111

1212

1313
Pod::Spec.new do |s|
1414
s.name = 'SmartCodable'
15-
s.version = '5.0.1'
15+
s.version = '5.0.2'
1616
s.summary = 'Swift数据解析库'
1717

18-
s.homepage = 'https://github.com/intsig171'
18+
s.homepage = 'https://github.com/iAmMccc/SmartCodable'
1919
s.license = { :type => 'MIT', :file => 'LICENSE' }
20-
s.author = { 'Mccc' => 'https://github.com/intsig171' }
21-
s.source = { :git => 'https://github.com/intsig171/SmartCodable.git', :tag => s.version.to_s }
20+
s.author = { 'Mccc' => 'https://github.com/iAmMccc' }
21+
s.source = { :git => 'https://github.com/iAmMccc/SmartCodable.git', :tag => s.version.to_s }
2222

2323

2424
s.swift_version = '5.0'

0 commit comments

Comments
 (0)