| { |
| "name": "DynamicCodable-SebastianPickl", |
| "module_name": "DynamicCodable", |
| "version": "0.1.2", |
| "summary": "Swift PropertyWrappers that use Codable to decode and encode types that are determined at runtime based on JSON data.", |
| "description": "Swift Property Wrappers based on Codable for decoding (and encoding) abstract types that are defined in the (JSON) data that should be decoded.", |
| "homepage": "https://github.com/sebastianpixel/DynamicCodable", |
| "authors": "Sebastian Pickl", |
| "social_media_url": "http://twitter.com/SebastianPickl", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "swift_versions": "5.3", |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.10" |
| }, |
| "source": { |
| "git": "https://github.com/sebastianpixel/DynamicCodable.git", |
| "tag": "0.1.2" |
| }, |
| "source_files": "Sources/DynamicCodable/**/*.swift", |
| "testspecs": [ |
| { |
| "name": "Tests", |
| "test_type": "unit", |
| "source_files": "Tests/DynamicCodableTests" |
| } |
| ], |
| "swift_version": "5.3" |
| } |