Description
- Swift Tools 5.8.0
Description
{ "name": "SwiftExtensionsPack", "path": "/usr/src/package", "targets": [ { "name": "SwiftExtensionsPackTests", "path": "Tests/SwiftExtensionsPackTests", "type": "test", "c99name": "SwiftExtensionsPackTests", "sources": [ "SwiftExtensionsPackTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "SwiftExtensionsPack" ] }, { "name": "SwiftExtensionsPack", "path": "Sources/SwiftExtensionsPack", "type": "library", "c99name": "SwiftExtensionsPack", "sources": [ "Array/SafeArray.swift", "Array/Sequence+Extensions.swift", "Codable/Codable+Extensions.swift", "Common/AnyValue.swift", "Common/Atomic.swift", "Common/CommonClasses.swift", "Common/CommonMethods.swift", "Common/ErrorCommon.swift", "Common/ObjectIdentifier.swift", "Common/Protocols.swift", "Common/Runtime.swift", "Common/SafeValue.swift", "Crypto/AES.swift", "Crypto/ByteArray+Bits.swift", "Crypto/Data+Extension.swift", "Crypto/Ed25519.swift", "Crypto/HexaDecimal.swift", "Crypto/Hmac.swift", "Crypto/RandomBytes.swift", "Crypto/SHA.swift", "Crypto/String+Extension.swift", "Date/Date+String.swift", "Date/DateCommon.swift", "Dictionary/Dictionary+JSON.swift", "Dictionary/DictionaryCommon.swift", "Dictionary/SafeDictionary.swift", "Double/Double.swift", "Float/Float.swift", "Net/HTTP.swift", "String/String+Chunks.swift", "String/String+Date.swift", "String/String+JSON.swift", "String/StringCommon.swift", "iOS/String/String+Crypto.swift", "iOS/String/String+Height.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "SwiftExtensionsPack" ], "product_dependencies": [ "SwiftRegularExpression", "Crypto", "Ed25519" ] } ], "products": [ { "name": "SwiftExtensionsPack", "type": { "library": [ "automatic" ] }, "targets": [ "SwiftExtensionsPack" ] } ], "platforms": [ { "name": "ios", "version": "13.0" }, { "name": "macos", "version": "10.15" } ], "dependencies": [ { "url": "https://github.com/nerzh/swift-regular-expression.git", "type": "sourceControl", "identity": "swift-regular-expression", "requirement": { "range": [ { "lower_bound": "0.2.4", "upper_bound": "1.0.0" } ] } }, { "url": "https://github.com/apple/swift-crypto.git", "type": "sourceControl", "identity": "swift-crypto", "requirement": { "range": [ { "lower_bound": "2.0.0", "upper_bound": "3.0.0" } ] } }, { "url": "https://github.com/bytehubio/ed25519", "type": "sourceControl", "identity": "ed25519", "requirement": { "range": [ { "lower_bound": "1.0.0", "upper_bound": "2.0.0" } ] } } ], "tools_version": "5.8", "manifest_display_name": "SwiftExtensionsPack" }
Package Dump
{ "name": "SwiftExtensionsPack", "targets": [ { "name": "SwiftExtensionsPack", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "product": [ "SwiftRegularExpression", "swift-regular-expression", null, null ] }, { "product": [ "Crypto", "swift-crypto", null, { "platformNames": [ "linux" ] } ] }, { "product": [ "Ed25519", "ed25519", null, null ] } ], "packageAccess": false }, { "name": "SwiftExtensionsPackTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "SwiftExtensionsPack", null ] } ], "packageAccess": false } ], "products": [ { "name": "SwiftExtensionsPack", "type": { "library": [ "automatic" ] }, "targets": [ "SwiftExtensionsPack" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "13.0", "platformName": "ios" }, { "options": [], "version": "10.15", "platformName": "macos" } ], "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.4", "upperBound": "1.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "swift-crypto", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-crypto.git" } ] }, "requirement": { "range": [ { "lowerBound": "2.0.0", "upperBound": "3.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "ed25519", "location": { "remote": [ { "urlString": "https://github.com/bytehubio/ed25519" } ] }, "requirement": { "range": [ { "lowerBound": "1.0.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.8.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- SwiftRegularExpression0.2.4
- swift-crypto2.6.0
- Ed255191.0.0
Dependencies
{ "url": "/usr/src/package", "name": "SwiftExtensionsPack", "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.4", "identity": "swift-regular-expression", "dependencies": [] }, { "url": "https://github.com/apple/swift-crypto.git", "name": "swift-crypto", "path": "/usr/src/package/.build/checkouts/swift-crypto", "version": "2.6.0", "identity": "swift-crypto", "dependencies": [] }, { "url": "https://github.com/bytehubio/ed25519", "name": "Ed25519", "path": "/usr/src/package/.build/checkouts/ed25519", "version": "1.0.0", "identity": "ed25519", "dependencies": [] } ] }