4 "homepage": "https://github.com/SwiftyLab/MetaCodable",
5 "summary": "Supercharge Swift's Codable implementations with macros.",
6 "description": "MetaCodable exposes custom macros which can be used to generate dynamic Codable implementations.",
11 "social_media_url": "https://twitter.com/soumya_mahunt",
12 "readme": "https://github.com/SwiftyLab/MetaCodable/blob/v1.3.0/README.md",
13 "changelog": "https://github.com/SwiftyLab/MetaCodable/blob/v1.3.0/CHANGELOG.md",
14 "documentation_url": "https://swiftpackageindex.com/SwiftyLab/MetaCodable/v1.3.0/documentation/metacodable",
16 "git": "https://github.com/SwiftyLab/MetaCodable.git",
20 "Soumya Ranjan Mahunt": "soumya.mahunt@gmail.com"
22 "swift_versions": "5.9",
33 "default_subspecs": "Macro",
38 "source_files": "Tests/MetaCodableTests/HelperCoders/**/*.swift",
40 "MetaCodable/Macro": [
43 "MetaCodable/HelperCoders": [
47 "pod_target_xcconfig": {
48 "OTHER_SWIFT_FLAGS": "-Xfrontend -load-plugin-executable -Xfrontend ${PODS_BUILD_DIR}/Macros/MacroPlugin/release/MacroPlugin#MacroPlugin",
49 "METACODABLE_PLUGIN_BUILD_ENVIRONMENT": "METACODABLE_BEING_USED_FROM_COCOAPODS=true"
63 "name": "HelperCoders",
65 "MetaCodableHelperCoders": [
71 "swift_version": "5.9"