[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / c / 0 / SwiftSyntax / 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a / SwiftSyntax.podspec.json
blobb6a0e163e33e91799fc1f24a3805095ad92b3505
2   "name": "SwiftSyntax",
3   "version": "509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a",
4   "homepage": "https://github.com/apple/swift-syntax",
5   "summary": "A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code.",
6   "description": "Unofficial pod for the swift-syntax library.",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE.txt"
10   },
11   "documentation_url": "https://swiftpackageindex.com/apple/swift-syntax/509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a/documentation/swiftsyntax",
12   "social_media_url": "https://twitter.com/soumya_mahunt",
13   "source": {
14     "git": "https://github.com/apple/swift-syntax.git",
15     "tag": "509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
16   },
17   "authors": {
18     "Soumya Ranjan Mahunt": "soumya.mahunt@gmail.com"
19   },
20   "swift_versions": "5.0",
21   "platforms": {
22     "ios": "13.0",
23     "osx": "10.15",
24     "tvos": "13.0",
25     "watchos": "6.0"
26   },
27   "default_subspecs": "Lib",
28   "appspecs": [
29     {
30       "name": "App",
31       "source_files": "Sources/lit-test-helper/**/*.swift",
32       "dependencies": {
33         "SwiftSyntax/Lib": [
35         ],
36         "SwiftSyntax/Parser": [
38         ],
39         "SwiftSyntax/IDEUtils": [
41         ]
42       }
43     }
44   ],
45   "subspecs": [
46     {
47       "name": "Lib",
48       "dependencies": {
49         "SwiftSyntaxLib": [
50           "= 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
51         ]
52       }
53     },
54     {
55       "name": "BasicFormat",
56       "dependencies": {
57         "SwiftBasicFormat": [
58           "= 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
59         ]
60       }
61     },
62     {
63       "name": "CompilerPlugin",
64       "dependencies": {
65         "SwiftCompilerPlugin": [
66           "= 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
67         ]
68       }
69     },
70     {
71       "name": "CompilerPluginMessageHandling",
72       "dependencies": {
73         "SwiftCompilerPluginMessageHandling": [
74           "= 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
75         ]
76       }
77     },
78     {
79       "name": "Diagnostics",
80       "dependencies": {
81         "SwiftDiagnostics": [
82           "= 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
83         ]
84       }
85     },
86     {
87       "name": "IDEUtils",
88       "dependencies": {
89         "SwiftIDEUtils": [
90           "= 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
91         ]
92       }
93     },
94     {
95       "name": "Operators",
96       "dependencies": {
97         "SwiftOperators": [
98           "= 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
99         ]
100       }
101     },
102     {
103       "name": "Parser",
104       "dependencies": {
105         "SwiftParser": [
106           "= 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
107         ]
108       }
109     },
110     {
111       "name": "ParserDiagnostics",
112       "dependencies": {
113         "SwiftParserDiagnostics": [
114           "= 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
115         ]
116       }
117     },
118     {
119       "name": "Refactor",
120       "dependencies": {
121         "SwiftRefactor": [
122           "= 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
123         ]
124       }
125     },
126     {
127       "name": "Builder",
128       "dependencies": {
129         "SwiftSyntaxBuilder": [
130           "= 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
131         ]
132       }
133     },
134     {
135       "name": "Macros",
136       "dependencies": {
137         "SwiftSyntaxMacros": [
138           "= 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
139         ]
140       }
141     },
142     {
143       "name": "MacroExpansion",
144       "dependencies": {
145         "SwiftSyntaxMacroExpansion": [
146           "= 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
147         ]
148       }
149     },
150     {
151       "name": "MacrosTestSupport",
152       "dependencies": {
153         "SwiftSyntaxMacrosTestSupport": [
154           "= 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
155         ]
156       }
157     }
158   ],
159   "swift_version": "5.0"