Forked Package
This repository is a fork of another repository. You might be more interested in the parent. happn-app/HTTPCodersWhat's New
Description
- Swift Tools 5.5.0
Description
{ "name": "HTTPCoders", "path": "/usr/src/package", "targets": [ { "name": "FormURLEncodedCoderTests", "path": "Tests/FormURLEncodedCoderTests", "type": "test", "c99name": "FormURLEncodedCoderTests", "sources": [ "FormURLEncodedEncodingTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "FormURLEncodedCoder" ] }, { "name": "FormURLEncodedCoder", "path": "Sources/FormURLEncodedCoder", "type": "library", "c99name": "FormURLEncodedCoder", "sources": [ "Decoder/FormURLEncodedDecoder.swift", "Encoder/FormURLEncodedEncoder.swift", "FormURLEncodedData.swift", "FormURLEncodedEncodingErrors.swift", "FormURLEncodedParser.swift", "FormURLEncodedSerializer.swift", "URLQueryFragmentConvertible.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "FormURLEncodedCoder" ] }, { "name": "FormDataCoderTests", "path": "Tests/FormDataCoderTests", "type": "test", "c99name": "FormDataCoderTests", "sources": [ "FormDataEncoderTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "FormDataCoder" ] }, { "name": "FormDataCoder", "path": "Sources/FormDataCoder", "type": "library", "c99name": "FormDataCoder", "sources": [ "BasicCodingKey.swift", "Decoder/FormDataDecoder.Decoder.swift", "Decoder/FormDataDecoder.KeyedContainer.swift", "Decoder/FormDataDecoder.SingleValueContainer.swift", "Decoder/FormDataDecoder.UnkeyedContainer.swift", "Decoder/FormDataDecoder.swift", "Encoder/FormDataEncoder.Encoder.swift", "Encoder/FormDataEncoder.KeyedContainer.swift", "Encoder/FormDataEncoder.SingleValueContainer.swift", "Encoder/FormDataEncoder.UnkeyedContainer.swift", "Encoder/FormDataEncoder.swift", "Encoder/Storage.swift", "FormDataEncodingErrors.swift", "HTTPHeaders.swift", "MultipartFormData.swift", "MultipartParser.swift", "MultipartPart.swift", "MultipartPartConvertible.swift", "MultipartSerializer.swift", "Utilities.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "FormDataCoder" ], "product_dependencies": [ "OrderedCollections", "StreamReader" ] } ], "products": [ { "name": "FormDataCoder", "type": { "library": [ "automatic" ] }, "targets": [ "FormDataCoder" ] }, { "name": "FormURLEncodedCoder", "type": { "library": [ "automatic" ] }, "targets": [ "FormURLEncodedCoder" ] } ], "platforms": [], "dependencies": [ { "url": "https://github.com/apple/swift-collections.git", "type": "sourceControl", "identity": "swift-collections", "requirement": { "range": [ { "lower_bound": "1.0.1", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/Frizlab/stream-reader.git", "type": "sourceControl", "identity": "stream-reader", "requirement": { "range": [ { "lower_bound": "3.5.0", "upper_bound": "4.0.0" } ] } } ], "tools_version": "5.5", "manifest_display_name": "HTTPCoders" }
Package Dump
{ "name": "HTTPCoders", "targets": [ { "name": "FormDataCoder", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "product": [ "OrderedCollections", "swift-collections", null, null ] }, { "product": [ "StreamReader", "stream-reader", null, null ] } ], "packageAccess": false }, { "name": "FormDataCoderTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "FormDataCoder", null ] } ], "packageAccess": false }, { "name": "FormURLEncodedCoder", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [], "packageAccess": false }, { "name": "FormURLEncodedCoderTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "FormURLEncodedCoder", null ] } ], "packageAccess": false } ], "products": [ { "name": "FormDataCoder", "type": { "library": [ "automatic" ] }, "targets": [ "FormDataCoder" ] }, { "name": "FormURLEncodedCoder", "type": { "library": [ "automatic" ] }, "targets": [ "FormURLEncodedCoder" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "swift-collections", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-collections.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.0.1", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "stream-reader", "location": { "remote": [ { "urlString": "https://github.com/Frizlab/stream-reader.git" } ] }, "requirement": { "range": [ { "lowerBound": "3.5.0", "upperBound": "4.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.5.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- swift-collections1.0.3
- stream-reader3.5.0
Dependencies
{ "url": "/usr/src/package", "name": "HTTPCoders", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "1.0.3", "identity": "swift-collections", "dependencies": [] }, { "url": "https://github.com/Frizlab/stream-reader.git", "name": "stream-reader", "path": "/usr/src/package/.build/checkouts/stream-reader", "version": "3.5.0", "identity": "stream-reader", "dependencies": [ { "url": "https://github.com/apple/swift-system.git", "name": "swift-system", "path": "/usr/src/package/.build/checkouts/swift-system", "version": "1.3.1", "identity": "swift-system", "dependencies": [] } ] } ] }