Slightly different API for mock data fetcher output objects.
A description of this package.
{ "name": "DataFetcher", "path": "/usr/src/package", "targets": [ { "name": "DataFetcherTests", "path": "Tests/DataFetcherTests", "type": "test", "c99name": "DataFetcherTests", "sources": [ "CodableTests.swift", "DataTests.swift", "JSONTests.swift", "StringTests.swift", "TestSupport.swift", "XCTestManifests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "DataFetcher" ], "product_dependencies": [ "XCTestExtensions" ] }, { "name": "DataFetcher", "path": "Sources/DataFetcher", "type": "library", "c99name": "DataFetcher", "sources": [ "DataFetcher.swift", "JSONDictionary.swift", "MockDataFetcher.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "DataFetcher" ], "product_dependencies": [ "Coercion" ] } ], "products": [ { "name": "DataFetcher", "type": { "library": [ "automatic" ] }, "targets": [ "DataFetcher" ] } ], "platforms": [ { "name": "macos", "version": "10.13" }, { "name": "ios", "version": "10.0" }, { "name": "tvos", "version": "10.0" }, { "name": "watchos", "version": "3.0" } ], "dependencies": [ { "url": "https://github.com/elegantchaos/Coercion.git", "type": "sourceControl", "identity": "coercion", "requirement": { "range": [ { "lower_bound": "1.0.3", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/elegantchaos/XCTestExtensions.git", "type": "sourceControl", "identity": "xctestextensions", "requirement": { "range": [ { "lower_bound": "1.1.2", "upper_bound": "2.0.0" } ] } } ], "tools_version": "5.2", "manifest_display_name": "DataFetcher" }
{ "name": "DataFetcher", "targets": [ { "name": "DataFetcher", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Coercion", null ] } ], "packageAccess": false }, { "name": "DataFetcherTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "DataFetcher", null ] }, { "byName": [ "XCTestExtensions", null ] } ], "packageAccess": false } ], "products": [ { "name": "DataFetcher", "type": { "library": [ "automatic" ] }, "targets": [ "DataFetcher" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "10.13", "platformName": "macos" }, { "options": [], "version": "10.0", "platformName": "ios" }, { "options": [], "version": "10.0", "platformName": "tvos" }, { "options": [], "version": "3.0", "platformName": "watchos" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "coercion", "location": { "remote": [ { "urlString": "https://github.com/elegantchaos/Coercion.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.0.3", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "xctestextensions", "location": { "remote": [ { "urlString": "https://github.com/elegantchaos/XCTestExtensions.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.1.2", "upperBound": "2.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.2.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "DataFetcher", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/elegantchaos/Coercion.git", "name": "Coercion", "path": "/usr/src/package/.build/checkouts/Coercion", "version": "1.0.3", "identity": "coercion", "dependencies": [] }, { "url": "https://github.com/elegantchaos/XCTestExtensions.git", "name": "XCTestExtensions", "path": "/usr/src/package/.build/checkouts/XCTestExtensions", "version": "1.1.2", "identity": "xctestextensions", "dependencies": [] } ] }