Full Changelog: 0.1.0...0.2.0
{ "name": "swift-json-testing", "path": "/usr/src/package", "targets": [ { "name": "JSONTestingTests", "path": "Tests/JSONTestingTests", "type": "test", "c99name": "JSONTestingTests", "sources": [ "JSONTests.swift", "Sequence+AdjacentPairs.swift", "XCTAssertJSONTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "JSONTesting" ] }, { "name": "JSONTesting", "path": "Sources/JSONTesting", "type": "library", "c99name": "JSONTesting", "sources": [ "Exports.swift", "JSON+Codable.swift", "JSON+Debugging.swift", "JSON+Literals.swift", "JSON+Serialization.swift", "JSON.swift", "XCTAssertJSON.swift", "XCTAssertJSONConfiguration.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "JSONTesting" ], "product_dependencies": [ "CustomDump" ] } ], "products": [ { "name": "JSONTesting", "type": { "library": [ "automatic" ] }, "targets": [ "JSONTesting" ] } ], "platforms": [ { "name": "ios", "version": "13.0" }, { "name": "macos", "version": "10.15" }, { "name": "tvos", "version": "13.0" }, { "name": "watchos", "version": "6.0" } ], "dependencies": [ { "url": "https://github.com/pointfreeco/swift-custom-dump", "type": "sourceControl", "identity": "swift-custom-dump", "requirement": { "range": [ { "lower_bound": "1.0.0", "upper_bound": "2.0.0" } ] } } ], "tools_version": "5.7", "manifest_display_name": "swift-json-testing" }
{ "name": "swift-json-testing", "targets": [ { "name": "JSONTesting", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "product": [ "CustomDump", "swift-custom-dump", null, null ] } ], "packageAccess": false }, { "name": "JSONTestingTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "target": [ "JSONTesting", null ] } ], "packageAccess": false } ], "products": [ { "name": "JSONTesting", "type": { "library": [ "automatic" ] }, "targets": [ "JSONTesting" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "13.0", "platformName": "ios" }, { "options": [], "version": "10.15", "platformName": "macos" }, { "options": [], "version": "13.0", "platformName": "tvos" }, { "options": [], "version": "6.0", "platformName": "watchos" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "swift-custom-dump", "location": { "remote": [ { "urlString": "https://github.com/pointfreeco/swift-custom-dump" } ] }, "requirement": { "range": [ { "lowerBound": "1.0.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.7.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "swift-json-testing", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/pointfreeco/swift-custom-dump", "name": "swift-custom-dump", "path": "/usr/src/package/.build/checkouts/swift-custom-dump", "version": "1.0.0", "identity": "swift-custom-dump", "dependencies": [ { "url": "https://github.com/pointfreeco/xctest-dynamic-overlay", "name": "xctest-dynamic-overlay", "path": "/usr/src/package/.build/checkouts/xctest-dynamic-overlay", "version": "1.0.2", "identity": "xctest-dynamic-overlay", "dependencies": [] } ] } ] }