[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / 5 / e / d / SwiftFormat / 0.49.18 / SwiftFormat.podspec.json
blob08ba4088d933c27ebf303f2060a322003068ddbf
2   "name": "SwiftFormat",
3   "version": "0.49.18",
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.49.18"
14   },
15   "default_subspecs": "Core",
16   "platforms": {
17     "ios": "11.0",
18     "tvos": "11.0",
19     "osx": "10.12"
20   },
21   "swift_versions": [
22     "4.2",
23     "5.0",
24     "5.1",
25     "5.2",
26     "5.3",
27     "5.4",
28     "5.5",
29     "5.6"
30   ],
31   "requires_arc": true,
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "Sources"
36     },
37     {
38       "name": "CLI",
39       "preserve_paths": "CommandLineTool/swiftformat",
40       "platforms": {
41         "ios": "9.0",
42         "tvos": "9.0",
43         "osx": "10.12"
44       }
45     }
46   ],
47   "swift_version": "5.6"