[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 3 / b / d / SwiftParserDiagnostics / 509.1.0 / SwiftParserDiagnostics.podspec.json
blobc432a532c1a0d942cb54b2f932d4b03ea336878f
2   "name": "SwiftParserDiagnostics",
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/swiftparserdiagnostics",
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   "source_files": [
28     "Sources/SwiftParserDiagnostics/**/*.{swift,m,c,h}",
29     "Sources/SwiftParserDiagnostics/**/*.docc/**/*.*"
30   ],
31   "preserve_paths": "Sources/SwiftParserDiagnostics/**/*.*",
32   "exclude_files": "**/CMakeLists.txt",
33   "dependencies": {
34     "SwiftBasicFormat": [
35       "= 509.1.0"
36     ],
37     "SwiftDiagnostics": [
38       "= 509.1.0"
39     ],
40     "SwiftParser": [
41       "= 509.1.0"
42     ],
43     "SwiftSyntaxLib": [
44       "= 509.1.0"
45     ]
46   },
47   "testspecs": [
48     {
49       "name": "Tests",
50       "test_type": "unit",
51       "source_files": "Tests/SwiftParserDiagnosticsTest/**/*.swift",
52       "dependencies": {
53         "SwiftDiagnostics": [
54           "= 509.1.0"
55         ]
56       }
57     }
58   ],
59   "swift_version": "5.0"