gitextract_tl8xnbwt/ ├── .gitignore ├── LICENSE ├── Package.swift ├── README.md ├── Sources/ │ ├── CBExtensions.swift │ ├── CBUUIDConvertible.swift │ ├── CBUUIDPath.swift │ ├── Central.swift │ ├── CentralProxy.swift │ ├── DescriptorValue.swift │ ├── Info.plist │ ├── Peripheral.swift │ ├── PeripheralProxy.swift │ ├── SBError.swift │ ├── SwiftyBluetooth.h │ ├── SwiftyBluetooth.swift │ └── Util.swift ├── SwiftyBluetooth.podspec └── SwiftyBluetooth.xcodeproj/ ├── project.pbxproj ├── project.xcworkspace/ │ ├── contents.xcworkspacedata │ └── xcshareddata/ │ └── IDEWorkspaceChecks.plist └── xcshareddata/ └── xcschemes/ └── SwiftyBluetooth.xcscheme