[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 2 / d / SwiftSyntaxLib / 509.1.0 / SwiftSyntaxLib.podspec.json
blob1f86e4c9c53dcc29ba83f358ba92c3ba6fb5ae55
2   "name": "SwiftSyntaxLib",
3   "module_name": "SwiftSyntax",
4   "version": "509.1.0",
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.1.0/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.1.0"
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": [
29     "Sources/SwiftSyntax/**/*.{swift,m,c,h}",
30     "Sources/SwiftSyntax/**/*.docc/**/*.*"
31   ],
32   "preserve_paths": "Sources/SwiftSyntax/**/*.*",
33   "exclude_files": "**/CMakeLists.txt",
34   "dependencies": {
35     "SwiftSyntax509": [
36       "= 509.1.0"
37     ]
38   },
39   "testspecs": [
40     {
41       "name": "Tests",
42       "test_type": "unit",
43       "source_files": "Tests/SwiftSyntaxTest/**/*.swift",
44       "dependencies": {
45         "_SwiftSyntaxTestSupport": [
46           "= 509.1.0"
47         ],
48         "SwiftSyntaxBuilder": [
49           "= 509.1.0"
50         ]
51       }
52     }
53   ],
54   "swift_version": "5.0"