Extension for async retrieval of values or results from a Combine publisher.
{ "name": "AsyncExtensions", "path": "/usr/src/package", "targets": [ { "name": "AsyncExtensionsTests", "path": "Tests/AsyncExtensionsTests", "type": "test", "c99name": "AsyncExtensionsTests", "sources": [ "AsyncOptionalTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "AsyncExtensions" ] }, { "name": "AsyncExtensions", "path": "Sources/AsyncExtensions", "type": "library", "c99name": "AsyncExtensions", "sources": [ "Publisher.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "AsyncExtensions" ], "product_dependencies": [ "CombineX" ] } ], "products": [ { "name": "AsyncExtensions", "type": { "library": [ "automatic" ] }, "targets": [ "AsyncExtensions" ] } ], "platforms": [ { "name": "ios", "version": "13.0" }, { "name": "macos", "version": "10.15" }, { "name": "watchos", "version": "6.0" }, { "name": "tvos", "version": "13.0" } ], "dependencies": [ { "url": "https://github.com/cx-org/CombineX", "type": "sourceControl", "identity": "combinex", "requirement": { "range": [ { "lower_bound": "0.4.0", "upper_bound": "1.0.0" } ] } } ], "tools_version": "5.5", "manifest_display_name": "AsyncExtensions" }
{ "name": "AsyncExtensions", "targets": [ { "name": "AsyncExtensions", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "CombineX", null ] } ], "packageAccess": false }, { "name": "AsyncExtensionsTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "AsyncExtensions", null ] } ], "packageAccess": false } ], "products": [ { "name": "AsyncExtensions", "type": { "library": [ "automatic" ] }, "targets": [ "AsyncExtensions" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "13.0", "platformName": "ios" }, { "options": [], "version": "10.15", "platformName": "macos" }, { "options": [], "version": "6.0", "platformName": "watchos" }, { "options": [], "version": "13.0", "platformName": "tvos" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "combinex", "location": { "remote": [ { "urlString": "https://github.com/cx-org/CombineX" } ] }, "requirement": { "range": [ { "lowerBound": "0.4.0", "upperBound": "1.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.5.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "AsyncExtensions", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/cx-org/CombineX", "name": "CombineX", "path": "/usr/src/package/.build/checkouts/CombineX", "version": "0.4.0", "identity": "combinex", "dependencies": [ { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "0.0.3", "identity": "swift-atomics", "dependencies": [] } ] } ] }