2 "name": "KeyedCodable",
5 "summary": "Easy nested key mappings for swift Codable",
6 "description": "KeyedCodable is an addition to swift's Codable and it's designed for automatic nested key mappings. The goal it to avoid manual implementation of Encodable/Decodable and make encoding/decoding easier, more readable, less boilerplate and what is the most important fully compatible with 'standard' Codable.",
7 "homepage": "https://github.com/dgrzeszczak/KeyedCodable",
9 "Dariusz Grzeszczak": "dariusz.grzeszczak@interia.pl"
12 "git": "https://github.com/dgrzeszczak/KeyedCodable.git",
21 "swift_versions": "4.1",
22 "pod_target_xcconfig": {
23 "SWIFT_VERSION": "4.1"
26 "source_files": "KeyedCodable/Sources/**/*.swift",
27 "swift_version": "4.1"