[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / 5 / e / d / SwiftFormat / 0.48.0 / SwiftFormat.podspec.json
blob74da7c107fc3bce1fd47ff61643d1312e3c86f71
2   "name": "SwiftFormat",
3   "version": "0.48.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.48.0"
14   },
15   "default_subspecs": "Core",
16   "platforms": {
17     "ios": "11.0",
18     "tvos": "11.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.12"
35       }
36     }
37   ],
38   "swift_version": "4.2"