View difference between Paste ID: 0MCmsWDb and Sh2gZ6ri
SHOW: | | - or go back to the newest paste.
1
{
2
  "name": "PlayDocs",
3
  "path": "/usr/src/package",
4
  "targets": [
5
    {
6
      "name": "PlayDocsKitTests",
7
      "path": "Tests/PlayDocsKitTests",
8
      "type": "test",
9
      "c99name": "PlayDocsKitTests",
10
      "sources": [
11
        "ConvertTests.swift",
12
        "ConvertToHTMLTests .swift",
13
        "ConvertToMarkdownTests.swift",
14
        "XCTestManifests.swift"
15
      ],
16
      "module_type": "SwiftTarget",
17
      "target_dependencies": [
18
        "PlayDocsKit"
19
      ]
20
    },
21
    {
22
      "name": "PlayDocsKit",
23
      "path": "Sources/PlayDocsKit",
24
      "type": "library",
25
      "c99name": "PlayDocsKit",
26
      "sources": [
27
        "Chunk.swift",
28
        "Common/String+Extensions.swift",
29
        "Converter.swift",
30
        "Token.swift",
31
        "World.swift"
32
      ],
33
      "module_type": "SwiftTarget",
34
      "product_memberships": [
35
        "playdocs",
36
        "PlayDocsKit"
37
      ],
38
      "product_dependencies": [
39
        "Console",
40
        "Command",
41
        "Splash",
42
        "SwiftSoup",
43
        "SwiftMarkdown"
44
      ]
45
    },
46
    {
47
      "name": "PlayDocs",
48
      "path": "Sources/PlayDocs",
49
      "type": "executable",
50
      "c99name": "PlayDocs",
51
      "sources": [
52
        "Common/CommandArguments.swift",
53
        "Common/CommandContext+Extensions.swift",
54
        "Common/CommandFlags.swift",
55
        "Common/CommandOptions.swift",
56
        "Common/CommandProtocol.swift",
57
        "ConvertCommand.swift",
58
        "NewCommand.swift",
59
        "main.swift"
60
      ],
61
      "module_type": "SwiftTarget",
62
      "product_memberships": [
63
        "playdocs"
64
      ],
65
      "target_dependencies": [
66
        "PlayDocsKit"
67
      ],
68
      "product_dependencies": [
69
        "Console",
70
        "Command",
71
        "Overture"
72
      ]
73
    }
74
  ],
75
  "products": [
76
    {
77
      "name": "playdocs",
78
      "type": {
79
        "executable": null
80
      },
81
      "targets": [
82
        "PlayDocs"
83
      ]
84
    },
85
    {
86
      "name": "PlayDocsKit",
87
      "type": {
88
        "library": [
89
          "automatic"
90
        ]
91
      },
92
      "targets": [
93
        "PlayDocsKit"
94
      ]
95
    }
96
  ],
97
  "platforms": [],
98
  "dependencies": [
99
    {
100
      "url": "https://github.com/vapor/console.git",
101
      "type": "sourceControl",
102
      "identity": "console",
103
      "requirement": {
104
        "range": [
105
          {
106
            "lower_bound": "3.0.0",
107
            "upper_bound": "4.0.0"
108
          }
109
        ]
110
      }
111
    },
112
    {
113
      "url": "https://github.com/vapor-community/markdown.git",
114
      "type": "sourceControl",
115
      "identity": "markdown",
116
      "requirement": {
117
        "range": [
118
          {
119
            "lower_bound": "0.4.0",
120
            "upper_bound": "1.0.0"
121
          }
122
        ]
123
      }
124
    },
125
    {
126
      "url": "https://github.com/JohnSundell/Splash",
127
      "type": "sourceControl",
128
      "identity": "splash",
129
      "requirement": {
130
        "range": [
131
          {
132
            "lower_bound": "0.1.4",
133
            "upper_bound": "1.0.0"
134
          }
135
        ]
136
      }
137
    },
138
    {
139
      "url": "https://github.com/scinfu/SwiftSoup.git",
140
      "type": "sourceControl",
141
      "identity": "swiftsoup",
142
      "requirement": {
143
        "range": [
144
          {
145
            "lower_bound": "1.7.4",
146
            "upper_bound": "2.0.0"
147
          }
148
        ]
149
      }
150
    },
151
    {
152
      "url": "https://github.com/pointfreeco/swift-overture.git",
153
      "type": "sourceControl",
154
      "identity": "swift-overture",
155
      "requirement": {
156
        "range": [
157
          {
158
            "lower_bound": "0.3.1",
159
            "upper_bound": "1.0.0"
160
          },
161
        ]
162
      }
163