Full Changelog: 0.1.0...0.1.1
A description of this package.
{ "name": "Dribble", "path": "/usr/src/package", "targets": [ { "name": "DribbleTests", "path": "Tests/DribbleTests", "type": "test", "c99name": "DribbleTests", "sources": [ "DribbleTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "Dribble" ] }, { "name": "Dribble", "path": "Sources/Dribble", "type": "library", "c99name": "Dribble", "sources": [ "Errors.swift", "Heplers.swift", "STUN.swift", "StunClient.swift", "StunInboundHandler.swift", "TurnAllocation.swift", "TurnChannels.swift", "TurnClient.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "Dribble", "CLIExample" ], "product_dependencies": [ "NIO", "_NIOConcurrency", "NIOFoundationCompat", "Crypto" ] }, { "name": "CLIExample", "path": "Sources/CLIExample", "type": "executable", "c99name": "CLIExample", "sources": [ "CLI.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "CLIExample" ], "target_dependencies": [ "Dribble" ] } ], "products": [ { "name": "Dribble", "type": { "library": [ "automatic" ] }, "targets": [ "Dribble" ] }, { "name": "CLIExample", "type": { "executable": null }, "targets": [ "CLIExample" ] } ], "platforms": [ { "name": "macos", "version": "12.0" }, { "name": "ios", "version": "15.0" } ], "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "type": "sourceControl", "identity": "swift-nio", "requirement": { "range": [ { "lower_bound": "2.60.0", "upper_bound": "3.0.0" } ] } }, { "url": "https://github.com/apple/swift-crypto.git", "type": "sourceControl", "identity": "swift-crypto", "requirement": { "range": [ { "lower_bound": "1.0.0", "upper_bound": "3.0.0" } ] } } ], "tools_version": "5.5", "manifest_display_name": "Dribble" }
{ "name": "Dribble", "targets": [ { "name": "Dribble", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "product": [ "NIO", "swift-nio", null, null ] }, { "product": [ "_NIOConcurrency", "swift-nio", null, null ] }, { "product": [ "NIOFoundationCompat", "swift-nio", null, null ] }, { "product": [ "Crypto", "swift-crypto", null, null ] } ], "packageAccess": false }, { "name": "CLIExample", "type": "executable", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Dribble", null ] } ], "packageAccess": false }, { "name": "DribbleTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Dribble", null ] } ], "packageAccess": false } ], "products": [ { "name": "Dribble", "type": { "library": [ "automatic" ] }, "targets": [ "Dribble" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "12.0", "platformName": "macos" }, { "options": [], "version": "15.0", "platformName": "ios" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "swift-nio", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-nio.git" } ] }, "requirement": { "range": [ { "lowerBound": "2.60.0", "upperBound": "3.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "swift-crypto", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-crypto.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.0.0", "upperBound": "3.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.5.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "Dribble", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.60.0", "identity": "swift-nio", "dependencies": [ { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.2.0", "identity": "swift-atomics", "dependencies": [] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "1.0.5", "identity": "swift-collections", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-crypto.git", "name": "swift-crypto", "path": "/usr/src/package/.build/checkouts/swift-crypto", "version": "2.1.0", "identity": "swift-crypto", "dependencies": [] } ] }