[Add] YSRTCLiveAVKitSDK 1.0.10
[CocoaPods.git] / Specs / f / c / 0 / SwiftSyntax / 509.1.0 / SwiftSyntax.podspec.json
blobb05c15f9cbd78a5fff5da64b5dcfc64f592f6d91
2   "name": "SwiftSyntax",
3   "version": "509.1.0",
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.1.0/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.1.0"
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   "testspecs": [
29     {
30       "name": "PerformanceTest",
31       "test_type": "unit",
32       "source_files": "Tests/PerformanceTest/**/*.swift",
33       "dependencies": {
34         "_InstructionCounter": [
35           "= 509.1.0"
36         ],
37         "SwiftSyntax/IDEUtils": [
38           "= 509.1.0"
39         ],
40         "SwiftSyntax/Parser": [
41           "= 509.1.0"
42         ],
43         "SwiftSyntax/Lib": [
44           "= 509.1.0"
45         ]
46       }
47     }
48   ],
49   "subspecs": [
50     {
51       "name": "Lib",
52       "dependencies": {
53         "SwiftSyntaxLib": [
54           "= 509.1.0"
55         ]
56       }
57     },
58     {
59       "name": "BasicFormat",
60       "dependencies": {
61         "SwiftBasicFormat": [
62           "= 509.1.0"
63         ]
64       }
65     },
66     {
67       "name": "CompilerPlugin",
68       "dependencies": {
69         "SwiftCompilerPlugin": [
70           "= 509.1.0"
71         ]
72       }
73     },
74     {
75       "name": "CompilerPluginMessageHandling",
76       "dependencies": {
77         "SwiftCompilerPluginMessageHandling": [
78           "= 509.1.0"
79         ]
80       }
81     },
82     {
83       "name": "Diagnostics",
84       "dependencies": {
85         "SwiftDiagnostics": [
86           "= 509.1.0"
87         ]
88       }
89     },
90     {
91       "name": "IDEUtils",
92       "dependencies": {
93         "SwiftIDEUtils": [
94           "= 509.1.0"
95         ]
96       }
97     },
98     {
99       "name": "Operators",
100       "dependencies": {
101         "SwiftOperators": [
102           "= 509.1.0"
103         ]
104       }
105     },
106     {
107       "name": "Parser",
108       "dependencies": {
109         "SwiftParser": [
110           "= 509.1.0"
111         ]
112       }
113     },
114     {
115       "name": "ParserDiagnostics",
116       "dependencies": {
117         "SwiftParserDiagnostics": [
118           "= 509.1.0"
119         ]
120       }
121     },
122     {
123       "name": "Refactor",
124       "dependencies": {
125         "SwiftRefactor": [
126           "= 509.1.0"
127         ]
128       }
129     },
130     {
131       "name": "Builder",
132       "dependencies": {
133         "SwiftSyntaxBuilder": [
134           "= 509.1.0"
135         ]
136       }
137     },
138     {
139       "name": "Macros",
140       "dependencies": {
141         "SwiftSyntaxMacros": [
142           "= 509.1.0"
143         ]
144       }
145     },
146     {
147       "name": "MacroExpansion",
148       "dependencies": {
149         "SwiftSyntaxMacroExpansion": [
150           "= 509.1.0"
151         ]
152       }
153     },
154     {
155       "name": "MacrosTestSupport",
156       "dependencies": {
157         "SwiftSyntaxMacrosTestSupport": [
158           "= 509.1.0"
159         ]
160       }
161     }
162   ],
163   "swift_version": "5.0"