Add support for Linux 🐧
A super-simple REST client for Swift.
{ "name": "SwiftRestClient", "path": "/usr/src/package", "targets": [ { "name": "SwiftRestClientTests", "path": "Tests/SwiftRestClientTests", "type": "test", "c99name": "SwiftRestClientTests", "sources": [ "SwiftRestClientTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "SwiftRestClient" ] }, { "name": "SwiftRestClient", "path": "Sources/SwiftRestClient", "type": "library", "c99name": "SwiftRestClient", "sources": [ "Encoders/HTTPFormURLEncoded.swift", "SwiftRestClient.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "SwiftRestClient" ] } ], "products": [ { "name": "SwiftRestClient", "type": { "library": [ "automatic" ] }, "targets": [ "SwiftRestClient" ] } ], "platforms": [ { "name": "ios", "version": "11.0" }, { "name": "macos", "version": "10.15" }, { "name": "watchos", "version": "4.0" }, { "name": "tvos", "version": "11.0" }, { "name": "maccatalyst", "version": "13.0" } ], "dependencies": [], "tools_version": "5.5", "manifest_display_name": "SwiftRestClient", "swift_languages_versions": [ "5" ] }
{ "name": "SwiftRestClient", "targets": [ { "name": "SwiftRestClient", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [], "packageAccess": false }, { "name": "SwiftRestClientTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "SwiftRestClient", null ] } ], "packageAccess": false } ], "products": [ { "name": "SwiftRestClient", "type": { "library": [ "automatic" ] }, "targets": [ "SwiftRestClient" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "11.0", "platformName": "ios" }, { "options": [], "version": "10.15", "platformName": "macos" }, { "options": [], "version": "4.0", "platformName": "watchos" }, { "options": [], "version": "11.0", "platformName": "tvos" }, { "options": [], "version": "13.0", "platformName": "maccatalyst" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [], "toolsVersion": { "_version": "5.5.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": [ "5" ] }
{ "url": "/usr/src/package", "name": "SwiftRestClient", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [] }