User interface integrations for the Actions framework. For use with AppKit or UIKit.
What's New
Description
- Swift Tools 5.1.0
Description
{ "name": "ActionsKit", "path": "/usr/src/package", "targets": [ { "name": "ActionsKitTests", "path": "Tests/ActionsKitTests", "type": "test", "c99name": "ActionsKitTests", "sources": [ "ActionsKitTests.swift", "XCTestManifests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "ActionsKit" ] }, { "name": "ActionsKit", "path": "Sources/ActionsKit", "type": "library", "c99name": "ActionsKit", "sources": [ "ActionManagerMac.swift", "ActionManagerMobile.swift", "UICommand+Actions.swift", "UIMenu+Actions.swift", "UINavigationController+Actions.swift", "UIResponder+Actions.swift", "UIView+Actions.swift", "UIViewController+Actions.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "ActionsKit" ], "product_dependencies": [ "Actions", "Localization", "Logger", "LoggerKit" ] } ], "products": [ { "name": "ActionsKit", "type": { "library": [ "automatic" ] }, "targets": [ "ActionsKit" ] } ], "platforms": [ { "name": "macos", "version": "10.13" }, { "name": "ios", "version": "12.0" }, { "name": "tvos", "version": "12.0" } ], "dependencies": [ { "url": "https://github.com/elegantchaos/Actions", "type": "sourceControl", "identity": "actions", "requirement": { "range": [ { "lower_bound": "1.5.1", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/elegantchaos/Logger", "type": "sourceControl", "identity": "logger", "requirement": { "range": [ { "lower_bound": "1.5.3", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/elegantchaos/Localization", "type": "sourceControl", "identity": "localization", "requirement": { "range": [ { "lower_bound": "1.0.3", "upper_bound": "2.0.0" } ] } } ], "tools_version": "5.1", "manifest_display_name": "ActionsKit" }
Package Dump
{ "name": "ActionsKit", "targets": [ { "name": "ActionsKit", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Actions", null ] }, { "byName": [ "Localization", null ] }, { "byName": [ "Logger", null ] }, { "byName": [ "LoggerKit", null ] } ], "packageAccess": false }, { "name": "ActionsKitTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "ActionsKit", null ] } ], "packageAccess": false } ], "products": [ { "name": "ActionsKit", "type": { "library": [ "automatic" ] }, "targets": [ "ActionsKit" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "10.13", "platformName": "macos" }, { "options": [], "version": "12.0", "platformName": "ios" }, { "options": [], "version": "12.0", "platformName": "tvos" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "actions", "location": { "remote": [ { "urlString": "https://github.com/elegantchaos/Actions" } ] }, "requirement": { "range": [ { "lowerBound": "1.5.1", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "logger", "location": { "remote": [ { "urlString": "https://github.com/elegantchaos/Logger" } ] }, "requirement": { "range": [ { "lowerBound": "1.5.3", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "localization", "location": { "remote": [ { "urlString": "https://github.com/elegantchaos/Localization" } ] }, "requirement": { "range": [ { "lowerBound": "1.0.3", "upperBound": "2.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.1.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- Actions1.5.1
- Logger1.5.3
- Localization1.0.3
Dependencies
{ "url": "/usr/src/package", "name": "ActionsKit", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/elegantchaos/Actions", "name": "Actions", "path": "/usr/src/package/.build/checkouts/Actions", "version": "1.5.1", "identity": "actions", "dependencies": [ { "url": "https://github.com/elegantchaos/Logger", "name": "Logger", "path": "/usr/src/package/.build/checkouts/Logger", "version": "1.5.3", "identity": "logger", "dependencies": [] } ] }, { "url": "https://github.com/elegantchaos/Logger", "name": "Logger", "path": "/usr/src/package/.build/checkouts/Logger", "version": "1.5.3", "identity": "logger", "dependencies": [] }, { "url": "https://github.com/elegantchaos/Localization", "name": "Localization", "path": "/usr/src/package/.build/checkouts/Localization", "version": "1.0.3", "identity": "localization", "dependencies": [] } ] }