[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / e / d / SwiftFormat / 0.55.1 / SwiftFormat.podspec.json
blobfd8cf6c0da31a56e434e023d73ec35b311f5c07f
2   "name": "SwiftFormat",
3   "version": "0.55.1",
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.55.1"
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.3",
23     "5.4",
24     "5.5",
25     "5.6",
26     "5.7",
27     "5.8",
28     "5.9",
29     "5.10"
30   ],
31   "requires_arc": true,
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "Sources/**/*.swift"
36     },
37     {
38       "name": "CLI",
39       "preserve_paths": "CommandLineTool/swiftformat",
40       "platforms": {
41         "ios": "11.0",
42         "tvos": "11.0",
43         "osx": "10.14"
44       }
45     }
46   ],
47   "swift_version": "5.10"