Skip to content

Commit dc50228

Browse files
committed
优化encode的decode数据转换逻辑。 优化值解析器逻辑。
1 parent 28d4dd5 commit dc50228

242 files changed

Lines changed: 177860 additions & 21960 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,23 @@ fastlane/test_output
8989

9090
iOSInjectionProject/
9191
.DS_Store
92+
Pods/
93+
94+
95+
# Swift Package Manager
96+
/.build
97+
/Packages
98+
Package.resolved
99+
100+
# 如果你用 Xcode 打开 Package.swift,会生成 .swiftpm
101+
.swiftpm/xcode
102+
103+
# Playground 支持
104+
timeline.xctimeline
105+
playground.xcworkspace
106+
107+
# SwiftPM artifact cache (Swift 5.8+,如果用到了 binary target)
108+
.artifacts
109+
110+
# Xcode Preview snapshots
111+
*.preview-thumbnails

Example/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ PODS:
88
- FBSnapshotTestCase/SwiftSupport (2.1.4):
99
- FBSnapshotTestCase/Core
1010
- HandyJSON (5.0.0-beta.1)
11-
- SmartCodable/Core (5.0.15)
12-
- SmartCodable/Inherit (5.0.15):
11+
- SmartCodable/Core (5.1.0-beta.7)
12+
- SmartCodable/Inherit (5.1.0-beta.7):
1313
- SmartCodable/Core
1414
- SnapKit (5.6.0)
1515

@@ -41,7 +41,7 @@ SPEC CHECKSUMS:
4141
CleanJSON: 910a36465ce4829e264a902ccf6d1455fdd9f980
4242
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
4343
HandyJSON: 582477127ab3ab65bd2e471815f1a7b846856978
44-
SmartCodable: e83652ae96f4b013cc842bf075eadd7f01a1e067
44+
SmartCodable: d582ca86db441241e867dd757fe17d459d2ea27a
4545
SnapKit: e01d52ebb8ddbc333eefe2132acf85c8227d9c25
4646

4747
PODFILE CHECKSUM: fbd909bd1bf3747400cd705163fad38954f6a18f

Example/Pods/BTBubble/BTBubble/Classes/BTBubble+Animation.swift

Lines changed: 0 additions & 289 deletions
This file was deleted.

0 commit comments

Comments
 (0)