JSONAPICodable 1.0.9×由 Sebastien Gousseau 维护。安装指南×JSONAPICodable 安装指南您想将以下代码添加到您的 Podfile 中:target 'MyApp' do pod 'JSONAPICodable', '~> 1.0' end然后在您的终端中运行 pod install,或在 CocoaPods.app 中。或者,为了进行测试运行,运行以下命令:pod try JSONAPICodable查看 PodspecGitHub 仓库CocoaPods.org 页面JSONAPICodable 1.0.9由Sébastien Gousseausgousseau/JSONAPICodableGitHub 仓库JSONAPICodable JSON:API 标准,适用于 Swift 和 Codable 类型。类似于 JSONDecoder / JSONEncoder