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