[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / 5 / e / d / SwiftFormat / 0.54.0 / SwiftFormat.podspec.json
blobdae72d9cc2f63af32c0f711b023273e6822e3d8f
2   "name": "SwiftFormat",
3   "version": "0.54.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.54.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     "5.8",
30     "5.9",
31     "5.10"
32   ],
33   "requires_arc": true,
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "Sources"
38     },
39     {
40       "name": "CLI",
41       "preserve_paths": "CommandLineTool/swiftformat",
42       "platforms": {
43         "ios": "11.0",
44         "tvos": "11.0",
45         "osx": "10.14"
46       }
47     }
48   ],
49   "swift_version": "5.10"