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