[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 6 / d / 1 / CodableMacroPlugin / 1.0.0-alpha.1 / CodableMacroPlugin.podspec.json
blob6380c13d2aaf1fc5e0bf63b8a64ceda7b26b4817
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.",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
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/",
15   "source": {
16     "git": "https://github.com/SwiftyLab/MetaCodable.git",
17     "tag": "v1.0.0-alpha.1"
18   },
19   "authors": {
20     "Soumya Ranjan Mahunt": "soumya.mahunt@gmail.com"
21   },
22   "swift_versions": "5.0",
23   "platforms": {
24     "ios": "13.0",
25     "osx": "10.15",
26     "tvos": "13.0",
27     "watchos": "6.0"
28   },
29   "preserve_paths": [
30     "{Sources,Tests}/CodableMacroPlugin*/**/*",
31     "*.md"
32   ],
33   "source_files": "Sources/CodableMacroPlugin/**/*.*",
34   "dependencies": {
35     "OrderedCollections": [
36       "~> 1.0.4"
37     ],
38     "SwiftSyntax/Lib": [
39       "~> 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
40     ],
41     "SwiftSyntax/Macros": [
42       "~> 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
43     ],
44     "SwiftSyntax/Builder": [
45       "~> 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
46     ],
47     "SwiftSyntax/Diagnostics": [
48       "~> 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
49     ],
50     "SwiftSyntax/CompilerPlugin": [
51       "~> 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
52     ]
53   },
54   "swift_version": "5.0"