forked from nicklockwood/SwiftFormat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSwiftFormat.podspec.json
More file actions
38 lines (38 loc) · 810 Bytes
/
SwiftFormat.podspec.json
File metadata and controls
38 lines (38 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "SwiftFormat",
"version": "0.44.10",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"summary": "Mac and iOS library for formatting Swift source code.",
"homepage": "https://github.com/nicklockwood/SwiftFormat",
"authors": "Nick Lockwood",
"source": {
"git": "https://github.com/nicklockwood/SwiftFormat.git",
"tag": "0.44.10"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources"
},
{
"name": "CLI",
"preserve_paths": "CommandLineTool/swiftformat",
"platforms": {
"ios": "7.0",
"tvos": "9.0",
"osx": "10.9"
}
}
],
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.12"
},
"swift_versions": "4.2",
"requires_arc": true
}