Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "PlayDocs",
- "path": "/usr/src/package",
- "targets": [
- {
- "name": "PlayDocsKitTests",
- "path": "Tests/PlayDocsKitTests",
- "type": "test",
- "c99name": "PlayDocsKitTests",
- "sources": [
- "ConvertTests.swift",
- "ConvertToHTMLTests .swift",
- "ConvertToMarkdownTests.swift",
- "XCTestManifests.swift"
- ],
- "module_type": "SwiftTarget",
- "target_dependencies": [
- "PlayDocsKit"
- ]
- },
- {
- "name": "PlayDocsKit",
- "path": "Sources/PlayDocsKit",
- "type": "library",
- "c99name": "PlayDocsKit",
- "sources": [
- "Chunk.swift",
- "Common/String+Extensions.swift",
- "Converter.swift",
- "Token.swift",
- "World.swift"
- ],
- "module_type": "SwiftTarget",
- "product_memberships": [
- "playdocs",
- "PlayDocsKit"
- ],
- "product_dependencies": [
- "Console",
- "Command",
- "Splash",
- "SwiftSoup",
- "SwiftMarkdown"
- ]
- },
- {
- "name": "PlayDocs",
- "path": "Sources/PlayDocs",
- "type": "executable",
- "c99name": "PlayDocs",
- "sources": [
- "Common/CommandArguments.swift",
- "Common/CommandContext+Extensions.swift",
- "Common/CommandFlags.swift",
- "Common/CommandOptions.swift",
- "Common/CommandProtocol.swift",
- "ConvertCommand.swift",
- "NewCommand.swift",
- "main.swift"
- ],
- "module_type": "SwiftTarget",
- "product_memberships": [
- "playdocs"
- ],
- "target_dependencies": [
- "PlayDocsKit"
- ],
- "product_dependencies": [
- "Console",
- "Command",
- "Overture"
- ]
- }
- ],
- "products": [
- {
- "name": "playdocs",
- "type": {
- "executable": null
- },
- "targets": [
- "PlayDocs"
- ]
- },
- {
- "name": "PlayDocsKit",
- "type": {
- "library": [
- "automatic"
- ]
- },
- "targets": [
- "PlayDocsKit"
- ]
- }
- ],
- "platforms": [],
- "dependencies": [
- {
- "url": "https://github.com/vapor/console.git",
- "type": "sourceControl",
- "identity": "console",
- "requirement": {
- "range": [
- {
- "lower_bound": "3.0.0",
- "upper_bound": "4.0.0"
- }
- ]
- }
- },
- {
- "url": "https://github.com/vapor-community/markdown.git",
- "type": "sourceControl",
- "identity": "markdown",
- "requirement": {
- "range": [
- {
- "lower_bound": "0.4.0",
- "upper_bound": "1.0.0"
- }
- ]
- }
- },
- {
- "url": "https://github.com/JohnSundell/Splash",
- "type": "sourceControl",
- "identity": "splash",
- "requirement": {
- "range": [
- {
- "lower_bound": "0.1.4",
- "upper_bound": "1.0.0"
- }
- ]
- }
- },
- {
- "url": "https://github.com/scinfu/SwiftSoup.git",
- "type": "sourceControl",
- "identity": "swiftsoup",
- "requirement": {
- "range": [
- {
- "lower_bound": "1.7.4",
- "upper_bound": "2.0.0"
- }
- ]
- }
- },
- {
- "url": "https://github.com/pointfreeco/swift-overture.git",
- "type": "sourceControl",
- "identity": "swift-overture",
- "requirement": {
- "range": [
- {
- "lower_bound": "0.3.1",
- "upper_bound": "1.0.0"
- }
- ]
- }
- }
- ],
- "tools_version": "4.2",
- "manifest_display_name": "PlayDocs"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement