iOS in-app debugging library (Swift Package Manager, iOS 14+, Swift 5.10).
# Build
swift build
# Test
swift test
# Run single test
swift test --filter <TestName>Entry point: Sources/Inspector/Inspector.swift — singleton facade (Inspector.sharedInstance) with a static API: start(), stop(), present(animated:), inspect(_:), setConfiguration(_:), setCustomization(_:).
Key modules under Sources/Inspector/:
Dependencies: UIKeyCommandTableView, UIKeyboardAnimatable, Coordinator (all first-party, via SPM).
Example app: Example/Example.xcodeproj — demonstrates integration patterns.
