[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 2 / d / SwiftSyntaxLib / 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a / SwiftSyntaxLib.podspec.json
blob9c3e5e94ee01619a8fac9a6577a6d5d89c7a66b3
2   "name": "SwiftSyntaxLib",
3   "module_name": "SwiftSyntax",
4   "version": "509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a",
5   "homepage": "https://github.com/apple/swift-syntax",
6   "summary": "A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code.",
7   "description": "Unofficial pod for the swift-syntax library.",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE.txt"
11   },
12   "documentation_url": "https://swiftpackageindex.com/apple/swift-syntax/509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a/documentation/swiftsyntax",
13   "social_media_url": "https://twitter.com/soumya_mahunt",
14   "source": {
15     "git": "https://github.com/apple/swift-syntax.git",
16     "tag": "509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
17   },
18   "authors": {
19     "Soumya Ranjan Mahunt": "soumya.mahunt@gmail.com"
20   },
21   "swift_versions": "5.0",
22   "platforms": {
23     "ios": "13.0",
24     "osx": "10.15",
25     "tvos": "13.0",
26     "watchos": "6.0"
27   },
28   "source_files": "Sources/SwiftSyntax/**/*.*",
29   "testspecs": [
30     {
31       "name": "Tests",
32       "test_type": "unit",
33       "source_files": "Tests/SwiftSyntaxTest/**/*.swift",
34       "dependencies": {
35         "_SwiftSyntaxTestSupport": [
36           "= 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
37         ]
38       }
39     }
40   ],
41   "swift_version": "5.0"