[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / 5 / e / d / SwiftFormat / 0.50.0 / SwiftFormat.podspec.json
blobf574a733f7c5ae746a7b315a8309b29765b84693
2   "name": "SwiftFormat",
3   "version": "0.50.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "summary": "Mac and iOS library for formatting Swift source code.",
9   "homepage": "https://github.com/nicklockwood/SwiftFormat",
10   "authors": "Nick Lockwood",
11   "source": {
12     "git": "https://github.com/nicklockwood/SwiftFormat.git",
13     "tag": "0.50.0"
14   },
15   "default_subspecs": "Core",
16   "platforms": {
17     "ios": "11.0",
18     "tvos": "11.0",
19     "osx": "10.14"
20   },
21   "swift_versions": [
22     "5.1",
23     "5.2",
24     "5.3",
25     "5.4",
26     "5.5",
27     "5.6",
28     "5.7"
29   ],
30   "requires_arc": true,
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "Sources"
35     },
36     {
37       "name": "CLI",
38       "preserve_paths": "CommandLineTool/swiftformat",
39       "platforms": {
40         "ios": "9.0",
41         "tvos": "9.0",
42         "osx": "10.14"
43       }
44     }
45   ],
46   "swift_version": "5.7"