2 "name": "DynamicCodableKit",
4 "homepage": "https://github.com/SwiftyLab/DynamicCodableKit",
5 "summary": "DynamicCodableKit helps you to implement dynamic JSON decoding.",
6 "description": "DynamicCodableKit helps you to implement dynamic JSON decoding within the constraints of Swift's sound type system by working on top of Swift's Codable implementations.",
11 "documentation_url": "https://swiftylab.github.io/DynamicCodableKit/1.0.0/documentation/dynamiccodablekit/",
12 "social_media_url": "https://twitter.com/soumya_mahunt",
14 "git": "https://github.com/SwiftyLab/DynamicCodableKit.git",
18 "Soumya Ranjan Mahunt": "soumya.mahunt@gmail.com"
20 "swift_versions": "5.0",
28 "Sources/DynamicCodableKit/**/*.swift",
29 "Sources/DynamicCodableKit/*.docc"
32 "{Sources,Tests}/DynamicCodableKit*/**/*",
35 "pod_target_xcconfig": {
36 "CLANG_WARN_DOCUMENTATION_COMMENTS": "YES",
37 "RUN_DOCUMENTATION_COMPILER": "YES"
43 "source_files": "Tests/DynamicCodableKitTests/**/*.swift",
44 "resources": "Tests/DynamicCodableKitTests/**/*.json"
47 "swift_version": "5.0"