add create folder
A description of this package.
{ "name": "FileUtils", "path": "/usr/src/package", "targets": [ { "name": "FileUtilsTests", "path": "Tests/FileUtilsTests", "type": "test", "c99name": "FileUtilsTests", "sources": [ "FileUtilsTests.swift", "XCTestManifests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "FileUtils" ] }, { "name": "FileUtils", "path": "Sources/FileUtils", "type": "library", "c99name": "FileUtils", "sources": [ "FileReader.swift", "FileUtils.swift", "Mode.swift", "ReadFile.swift", "WriteFile.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "FileUtils" ], "product_dependencies": [ "SwiftRegularExpression" ] } ], "products": [ { "name": "FileUtils", "type": { "library": [ "automatic" ] }, "targets": [ "FileUtils" ] } ], "platforms": [], "dependencies": [ { "url": "https://github.com/nerzh/swift-regular-expression.git", "type": "sourceControl", "identity": "swift-regular-expression", "requirement": { "range": [ { "lower_bound": "0.2.2", "upper_bound": "1.0.0" } ] } } ], "tools_version": "5.2", "manifest_display_name": "FileUtils" }
{ "name": "FileUtils", "targets": [ { "name": "FileUtils", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "product": [ "SwiftRegularExpression", "SwiftRegularExpression", null, null ] } ], "packageAccess": false }, { "name": "FileUtilsTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "FileUtils", null ] } ], "packageAccess": false } ], "products": [ { "name": "FileUtils", "type": { "library": [ "automatic" ] }, "targets": [ "FileUtils" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "swift-regular-expression", "location": { "remote": [ { "urlString": "https://github.com/nerzh/swift-regular-expression.git" } ] }, "requirement": { "range": [ { "lowerBound": "0.2.2", "upperBound": "1.0.0" } ] }, "productFilter": null, "nameForTargetDependencyResolutionOnly": "SwiftRegularExpression" } ] } ], "toolsVersion": { "_version": "5.2.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "FileUtils", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/nerzh/swift-regular-expression.git", "name": "SwiftRegularExpression", "path": "/usr/src/package/.build/checkouts/swift-regular-expression", "version": "0.2.2", "identity": "swift-regular-expression", "dependencies": [] } ] }