A Swift wrapper of the smoldot light client for Polkadot based blockchain networks.
smoldot-swift
0.1.0
A Swift wrapper for the smoldot light client for Polkadot-based blockchains.
finsig/smoldot-swift
Description
- Swift Tools 5.10.0
Description
{ "name": "smoldot-swift", "path": "/usr/src/package", "targets": [ { "name": "smoldot", "path": "remote/archive/smoldot.xcframework.zip", "type": "binary", "c99name": "smoldot", "sources": [], "module_type": "BinaryTarget", "product_memberships": [ "SmoldotSwift" ] }, { "name": "SmoldotSwiftTests", "path": "Tests/SmoldotSwiftTests", "type": "test", "c99name": "SmoldotSwiftTests", "sources": [ "SmoldotSwiftTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "SmoldotSwift" ] }, { "name": "SmoldotSwift", "path": "Sources/SmoldotSwift", "type": "library", "c99name": "SmoldotSwift", "sources": [ "Chain+Resources.swift", "Chain+Specification.swift", "Chain.swift", "Client.swift", "ClientError.swift", "JSONObject.swift", "JSONRPC2Request.swift", "SmoldotSwift.swift" ], "resources": [ { "path": "/usr/src/package/Sources/SmoldotSwift/Resources/kusama.json", "rule": { "process": {} } }, { "path": "/usr/src/package/Sources/SmoldotSwift/Resources/polkadot.json", "rule": { "process": {} } }, { "path": "/usr/src/package/Sources/SmoldotSwift/Resources/rococo.json", "rule": { "process": {} } }, { "path": "/usr/src/package/Sources/SmoldotSwift/Resources/westend.json", "rule": { "process": {} } } ], "module_type": "SwiftTarget", "product_memberships": [ "SmoldotSwift" ], "target_dependencies": [ "CSmoldot" ], "product_dependencies": [ "JSONRPC2" ] }, { "name": "CSmoldot", "path": "Sources/CSmoldot", "type": "library", "c99name": "CSmoldot", "sources": [ "bridge.c" ], "module_type": "ClangTarget", "product_memberships": [ "SmoldotSwift" ], "target_dependencies": [ "smoldot" ] } ], "products": [ { "name": "SmoldotSwift", "type": { "library": [ "automatic" ] }, "targets": [ "SmoldotSwift" ] } ], "platforms": [ { "name": "macos", "version": "10.15" }, { "name": "ios", "version": "13.0" } ], "dependencies": [ { "url": "https://github.com/finsig/json-rpc2", "type": "sourceControl", "identity": "json-rpc2", "requirement": { "range": [ { "lower_bound": "0.1.0", "upper_bound": "1.0.0" } ] } } ], "tools_version": "5.10", "manifest_display_name": "smoldot-swift" }
Package Dump
{ "name": "smoldot-swift", "traits": [], "targets": [ { "name": "SmoldotSwift", "path": "Sources/SmoldotSwift", "type": "regular", "exclude": [], "settings": [], "resources": [ { "path": "Resources/polkadot.json", "rule": { "process": {} } }, { "path": "Resources/kusama.json", "rule": { "process": {} } }, { "path": "Resources/rococo.json", "rule": { "process": {} } }, { "path": "Resources/westend.json", "rule": { "process": {} } } ], "dependencies": [ { "byName": [ "CSmoldot", null ] }, { "product": [ "JSONRPC2", "json-rpc2", null, null ] } ], "packageAccess": true }, { "name": "CSmoldot", "path": "Sources/CSmoldot", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "smoldot", null ] } ], "packageAccess": true }, { "url": "https://github.com/finsig/smoldot-swift/releases/download/v0.1.0/smoldot.xcframework.zip", "name": "smoldot", "type": "binary", "exclude": [], "checksum": "7aff9a11e6333d214e8d7975d388766c591e1165506af382c356b3aff6898210", "settings": [], "resources": [], "dependencies": [], "packageAccess": false }, { "name": "SmoldotSwiftTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "SmoldotSwift", null ] } ], "packageAccess": true } ], "products": [ { "name": "SmoldotSwift", "type": { "library": [ "automatic" ] }, "targets": [ "SmoldotSwift" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "10.15", "platformName": "macos" }, { "options": [], "version": "13.0", "platformName": "ios" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "traits": [ { "name": "default" } ], "identity": "json-rpc2", "location": { "remote": [ { "urlString": "https://github.com/finsig/json-rpc2" } ] }, "requirement": { "range": [ { "lowerBound": "0.1.0", "upperBound": "1.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.10.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- json-rpc20.1.1
Dependencies
{ "url": "/usr/src/package", "name": "smoldot-swift", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/finsig/json-rpc2", "name": "json-rpc2", "path": "/usr/src/package/.build/checkouts/json-rpc2", "version": "0.1.1", "identity": "json-rpc2", "dependencies": [ { "url": "https://github.com/finsig/json", "name": "json", "path": "/usr/src/package/.build/checkouts/json", "version": "0.1.0", "identity": "json", "dependencies": [] } ] } ] }