A library for building PDF Documents
PDFAuthor
master
A pure Swift library for generating PDF documents on iOS and MacOS
Description
- Swift Tools 4.0.0
Description
{ "name": "PDFAuthor", "path": "/usr/src/package", "targets": [ { "name": "StackRegionDemo", "path": "Sources/StackRegionDemo", "type": "executable", "c99name": "StackRegionDemo", "sources": [ "main.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "StackRegionDemo" ], "target_dependencies": [ "PDFAuthor" ] }, { "name": "PDFAuthorTests", "path": "Tests/PDFAuthorTests", "type": "test", "c99name": "PDFAuthorTests", "sources": [ "AssertionHelpers.swift", "ImageRegionTests.swift", "PDFAuthorTests.swift", "PDFDocumentTests.swift", "PDFRegionConstraintsTest.swift", "PDFRegionTests.swift", "TypesTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "PDFAuthor" ], "product_dependencies": [ "CwlPreconditionTesting" ] }, { "name": "PDFAuthorDemo", "path": "Sources/PDFAuthorDemo", "type": "executable", "c99name": "PDFAuthorDemo", "sources": [ "Invoice.swift", "Masks.swift", "TextColumns.swift", "TitlePage.swift", "main.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "PDFAuthorDemo" ], "target_dependencies": [ "PDFAuthor" ] }, { "name": "PDFAuthor", "path": "Sources/PDFAuthor", "type": "library", "c99name": "PDFAuthor", "sources": [ "PDFAuthor.swift", "Renderable/ImageRegion.swift", "Renderable/MultiColumnStringRegion.swift", "Renderable/PDFChapter.swift", "Renderable/PDFPage.swift", "Renderable/PDFRegion.swift", "Renderable/PDFRegionConstraints.swift", "Renderable/StackRegion/StackRegion.swift", "Renderable/StackRegion/StackRegionTypes.swift", "Renderable/StringRegion.swift", "Renderable/TableChapter/TableChapter.swift", "Renderable/TableChapter/TableChapterDataSource.swift", "Types/PDFError.swift", "Types/Types.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "PDFAuthor", "PDFAuthorDemo", "StackRegionDemo" ], "product_dependencies": [ "Cassowary" ] } ], "products": [ { "name": "PDFAuthor", "type": { "library": [ "automatic" ] }, "targets": [ "PDFAuthor" ] }, { "name": "PDFAuthorDemo", "type": { "executable": null }, "targets": [ "PDFAuthorDemo" ] }, { "name": "StackRegionDemo", "type": { "executable": null }, "targets": [ "StackRegionDemo" ] } ], "platforms": [], "dependencies": [ { "url": "https://github.com/mattgallagher/CwlPreconditionTesting.git", "type": "sourceControl", "identity": "cwlpreconditiontesting", "requirement": { "range": [ { "lower_bound": "1.0.0", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/tribalworldwidelondon/CassowarySwift.git", "type": "sourceControl", "identity": "cassowaryswift", "requirement": { "range": [ { "lower_bound": "2.0.0", "upper_bound": "3.0.0" } ] } } ], "tools_version": "4.0", "manifest_display_name": "PDFAuthor" }
Package Dump
{ "name": "PDFAuthor", "targets": [ { "name": "PDFAuthor", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Cassowary", null ] } ], "packageAccess": false }, { "name": "PDFAuthorDemo", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "PDFAuthor", null ] } ], "packageAccess": false }, { "name": "StackRegionDemo", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "PDFAuthor", null ] } ], "packageAccess": false }, { "name": "PDFAuthorTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "PDFAuthor", null ] }, { "byName": [ "CwlPreconditionTesting", null ] } ], "packageAccess": false } ], "products": [ { "name": "PDFAuthor", "type": { "library": [ "automatic" ] }, "targets": [ "PDFAuthor" ] }, { "name": "PDFAuthorDemo", "type": { "executable": null }, "targets": [ "PDFAuthorDemo" ] }, { "name": "StackRegionDemo", "type": { "executable": null }, "targets": [ "StackRegionDemo" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "cwlpreconditiontesting", "location": { "remote": [ { "urlString": "https://github.com/mattgallagher/CwlPreconditionTesting.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.0.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "cassowaryswift", "location": { "remote": [ { "urlString": "https://github.com/tribalworldwidelondon/CassowarySwift.git" } ] }, "requirement": { "range": [ { "lowerBound": "2.0.0", "upperBound": "3.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "4.0.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- CwlPreconditionTesting1.2.0
- Cassowary2.0.1
Dependencies
{ "url": "/usr/src/package", "name": "PDFAuthor", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/mattgallagher/CwlPreconditionTesting.git", "name": "CwlPreconditionTesting", "path": "/usr/src/package/.build/checkouts/CwlPreconditionTesting", "version": "1.2.0", "identity": "cwlpreconditiontesting", "dependencies": [ { "url": "https://github.com/mattgallagher/CwlCatchException.git", "name": "CwlCatchException", "path": "/usr/src/package/.build/checkouts/CwlCatchException", "version": "1.2.0", "identity": "cwlcatchexception", "dependencies": [] } ] }, { "url": "https://github.com/tribalworldwidelondon/CassowarySwift.git", "name": "Cassowary", "path": "/usr/src/package/.build/checkouts/CassowarySwift", "version": "2.0.1", "identity": "cassowaryswift", "dependencies": [] } ] }