3 "version": "1.0.0-alpha.1",
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/main/README.md",
13 "changelog": "https://github.com/SwiftyLab/MetaCodable/blob/main/CHANGELOG.md",
14 "documentation_url": "https://swiftylab.github.io/MetaCodable/1.0.0-alpha.1/documentation/metacodable/",
16 "git": "https://github.com/SwiftyLab/MetaCodable.git",
17 "tag": "v1.0.0-alpha.1"
20 "Soumya Ranjan Mahunt": "soumya.mahunt@gmail.com"
22 "swift_versions": "5.0",
30 "{Sources,Tests}/MetaCodable*/**/*",
33 "source_files": "Sources/MetaCodable/**/*.*",
35 "CodableMacroPlugin": [
39 "pod_target_xcconfig": {
40 "OTHER_SWIFT_FLAGS": "-Xfrontend -load-plugin-library -Xfrontend ${BUILD_DIR}/${CONFIGURATION}/libCodableMacroPlugin.dylib"
46 "source_files": "Tests/MetaCodableTests/**/*.swift",
48 "SwiftSyntax/MacrosTestSupport": [
49 "~> 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
54 "swift_version": "5.0"