swift-algorithm-club raywenderlich project source code in a Swift Package.
{ "name": "SwiftAlgorithmClub", "path": "/usr/src/package", "targets": [ { "name": "SwiftAlgorithmClubTests", "path": "/usr/src/package/Tests/SwiftAlgorithmClubTests", "type": "test", "c99name": "SwiftAlgorithmClubTests", "sources": [ "SwiftAlgorithmClubTests.swift", "XCTestManifests.swift" ], "module_type": "SwiftTarget" }, { "name": "SwiftAlgorithmClub", "path": "/usr/src/package/Sources/SwiftAlgorithmClub", "type": "library", "c99name": "SwiftAlgorithmClub", "sources": [ "OrderedArray.swift", "RedBlackTree.swift" ], "module_type": "SwiftTarget" } ] }
{ "name": "SwiftAlgorithmClub", "targets": [ { "name": "SwiftAlgorithmClub", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [] }, { "name": "SwiftAlgorithmClubTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "SwiftAlgorithmClub", null ] } ] } ], "products": [ { "name": "SwiftAlgorithmClub", "type": { "library": [ "automatic" ] }, "targets": [ "SwiftAlgorithmClub" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "dependencies": [], "toolsVersion": { "_version": "5.1.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "SwiftAlgorithmClub", "path": "/usr/src/package", "version": "unspecified", "dependencies": [] }