Added documentation build for Swift Package Index.
A library that simplifies the creation of BLE device models.
{ "name": "CharacteristicKit", "path": "/usr/src/package", "targets": [ { "name": "CharacteristicKit", "path": "Sources/CharacteristicKit", "type": "library", "c99name": "CharacteristicKit", "sources": [ "Characteristics/Characteristic.swift", "Characteristics/CharacteristicContainer.swift", "Characteristics/DataDecodable.swift", "Characteristics/GeneralCharacteristicProtocol.swift", "Characteristics/MockCharacteristic.swift", "Characteristics/PublishedCharacteristic.swift", "Device/GenericPeripheralModel.swift", "Device/MockPeripheralModel.swift", "Device/PeripheralDelegate.swift", "Device/PeripheralModel+Discovery.swift", "Device/PeripheralModel.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "CharacteristicKit" ], "product_dependencies": [ "Runtime" ] } ], "products": [ { "name": "CharacteristicKit", "type": { "library": [ "automatic" ] }, "targets": [ "CharacteristicKit" ] } ], "platforms": [ { "name": "macos", "version": "12.0" }, { "name": "ios", "version": "15.0" }, { "name": "watchos", "version": "8.0" }, { "name": "tvos", "version": "15.0" } ], "dependencies": [ { "url": "https://github.com/wickwirew/Runtime.git", "type": "sourceControl", "identity": "runtime", "requirement": { "range": [ { "lower_bound": "2.0.0", "upper_bound": "3.0.0" } ] } } ], "tools_version": "5.7", "manifest_display_name": "CharacteristicKit" }
{ "name": "CharacteristicKit", "targets": [ { "name": "CharacteristicKit", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Runtime", null ] } ], "packageAccess": false } ], "products": [ { "name": "CharacteristicKit", "type": { "library": [ "automatic" ] }, "targets": [ "CharacteristicKit" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "12.0", "platformName": "macos" }, { "options": [], "version": "15.0", "platformName": "ios" }, { "options": [], "version": "8.0", "platformName": "watchos" }, { "options": [], "version": "15.0", "platformName": "tvos" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "runtime", "location": { "remote": [ { "urlString": "https://github.com/wickwirew/Runtime.git" } ] }, "requirement": { "range": [ { "lowerBound": "2.0.0", "upperBound": "3.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.7.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "CharacteristicKit", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/wickwirew/Runtime.git", "name": "Runtime", "path": "/usr/src/package/.build/checkouts/Runtime", "version": "2.2.4", "identity": "runtime", "dependencies": [] } ] }