2 "name": "CodableMacroPlugin",
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/codablemacroplugin/",
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}/CodableMacroPlugin*/**/*",
33 "source_files": "Sources/CodableMacroPlugin/**/*.*",
35 "OrderedCollections": [
39 "~> 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
41 "SwiftSyntax/Macros": [
42 "~> 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
44 "SwiftSyntax/Builder": [
45 "~> 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
47 "SwiftSyntax/Diagnostics": [
48 "~> 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
50 "SwiftSyntax/CompilerPlugin": [
51 "~> 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
54 "swift_version": "5.0"