Description
- Swift Tools 5.9.0
Description
{ "name": "GordonKirschAPI", "path": "/usr/src/package", "targets": [ { "name": "GordonKirschAPI", "path": "Sources/GordonKirschAPI", "type": "library", "c99name": "GordonKirschAPI", "sources": [ "API.swift", "Extensions.swift", "KeychainStorage.swift", "Token.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "GordonKirschAPI" ], "product_dependencies": [ "JWTDecode", "KeychainSwift", "Reachability" ] } ], "products": [ { "name": "GordonKirschAPI", "type": { "library": [ "automatic" ] }, "targets": [ "GordonKirschAPI" ] } ], "platforms": [ { "name": "ios", "version": "16.0" } ], "dependencies": [ { "url": "https://github.com/auth0/JWTDecode.swift", "type": "sourceControl", "identity": "jwtdecode.swift", "requirement": { "range": [ { "lower_bound": "3.1.0", "upper_bound": "4.0.0" } ] } }, { "url": "https://github.com/evgenyneu/keychain-swift.git", "type": "sourceControl", "identity": "keychain-swift", "requirement": { "range": [ { "lower_bound": "20.0.0", "upper_bound": "21.0.0" } ] } }, { "url": "https://github.com/ashleymills/Reachability.swift", "type": "sourceControl", "identity": "reachability.swift", "requirement": { "range": [ { "lower_bound": "5.0.0", "upper_bound": "6.0.0" } ] } } ], "tools_version": "5.9", "manifest_display_name": "GordonKirschAPI" }
Package Dump
{ "name": "GordonKirschAPI", "targets": [ { "name": "GordonKirschAPI", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "product": [ "JWTDecode", "JWTDecode.swift", null, null ] }, { "product": [ "KeychainSwift", "keychain-swift", null, null ] }, { "product": [ "Reachability", "Reachability.swift", null, null ] } ], "packageAccess": true } ], "products": [ { "name": "GordonKirschAPI", "type": { "library": [ "automatic" ] }, "targets": [ "GordonKirschAPI" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "16.0", "platformName": "ios" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "jwtdecode.swift", "location": { "remote": [ { "urlString": "https://github.com/auth0/JWTDecode.swift" } ] }, "requirement": { "range": [ { "lowerBound": "3.1.0", "upperBound": "4.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "keychain-swift", "location": { "remote": [ { "urlString": "https://github.com/evgenyneu/keychain-swift.git" } ] }, "requirement": { "range": [ { "lowerBound": "20.0.0", "upperBound": "21.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "reachability.swift", "location": { "remote": [ { "urlString": "https://github.com/ashleymills/Reachability.swift" } ] }, "requirement": { "range": [ { "lowerBound": "5.0.0", "upperBound": "6.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.9.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- JWTDecode3.1.0
- KeychainSwift20.0.0
- Reachability5.2.0
Dependencies
{ "url": "/usr/src/package", "name": "GordonKirschAPI", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/auth0/JWTDecode.swift", "name": "JWTDecode", "path": "/usr/src/package/.build/checkouts/JWTDecode.swift", "version": "3.1.0", "identity": "jwtdecode.swift", "dependencies": [] }, { "url": "https://github.com/evgenyneu/keychain-swift.git", "name": "KeychainSwift", "path": "/usr/src/package/.build/checkouts/keychain-swift", "version": "20.0.0", "identity": "keychain-swift", "dependencies": [] }, { "url": "https://github.com/ashleymills/Reachability.swift", "name": "Reachability", "path": "/usr/src/package/.build/checkouts/Reachability.swift", "version": "5.2.0", "identity": "reachability.swift", "dependencies": [] } ] }