[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 6 / 2 / f / SwiftOperators / 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a / SwiftOperators.podspec.json
blob0a799696233532c83f998d3b082da90577241cff
2   "name": "SwiftOperators",
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/swiftoperators",
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   "source_files": "Sources/SwiftOperators/**/*.*",
28   "dependencies": {
29     "SwiftSyntaxLib": [
30       "= 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
31     ],
32     "SwiftParser": [
33       "= 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
34     ],
35     "SwiftDiagnostics": [
36       "= 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
37     ]
38   },
39   "testspecs": [
40     {
41       "name": "Tests",
42       "test_type": "unit",
43       "source_files": "Tests/SwiftOperatorsTest/**/*.swift",
44       "dependencies": {
45         "SwiftParser": [
46           "= 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
47         ],
48         "_SwiftSyntaxTestSupport": [
49           "= 509.0.0-swift-DEVELOPMENT-SNAPSHOT-2023-06-05-a"
50         ]
51       }
52     }
53   ],
54   "swift_version": "5.0"