2 "name": "DynamicCodable-SebastianPickl",
3 "module_name": "DynamicCodable",
5 "summary": "Swift PropertyWrappers that use Codable to decode and encode types that are determined at runtime based on JSON data.",
6 "description": "Swift Property Wrappers based on Codable for decoding (and encoding) abstract types that are defined in the (JSON) data that should be decoded.",
7 "homepage": "https://github.com/sebastianpixel/DynamicCodable",
8 "authors": "Sebastian Pickl",
9 "social_media_url": "http://twitter.com/SebastianPickl",
14 "swift_versions": "5.3",
20 "git": "https://github.com/sebastianpixel/DynamicCodable.git",
23 "source_files": "Sources/DynamicCodable/**/*.swift",
28 "source_files": "Tests/DynamicCodableTests"
31 "swift_version": "5.3"