tristanhimmelman / ObjectMapper

Simple JSON Object mapping written in Swift
MIT License
9.16k stars 1.03k forks source link

Supported versions #1151

Open JyHu opened 1 month ago

JyHu commented 1 month ago
.macOS(.v12),
.iOS(.v13),

Why are the supported versions so low? iOS 13 corresponds to macOS 10.15, so why can’t it be compatible with macOS 10.13 and iOS 11.0?