[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / 5 / e / d / SwiftFormat / 0.44.16 / SwiftFormat.podspec.json
blob1e3712afef207796b48666dd6108fb5a50bbb104
2   "name": "SwiftFormat",
3   "version": "0.44.16",
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.44.16"
14   },
15   "default_subspecs": "Core",
16   "platforms": {
17     "ios": "9.0",
18     "tvos": "9.0",
19     "osx": "10.12"
20   },
21   "swift_versions": "4.2",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources"
27     },
28     {
29       "name": "CLI",
30       "preserve_paths": "CommandLineTool/swiftformat",
31       "platforms": {
32         "ios": "7.0",
33         "tvos": "9.0",
34         "osx": "10.9"
35       }
36     }
37   ],
38   "swift_version": "4.2"