4 "summary": "A Core Bluetooth helper library to simplify the development and testing of Core Bluetooth applications.",
5 "description": "RZBluetooth is a Core Bluetooth helper with 3 primary goals:\n\n- Simplify the delegate callbacks and encourage best practices\n- Provide a pattern for Profile level APIs, with support for public profiles\n- Simplify and encourage testing - including unit tests, automated integration tests, and manual tests.",
6 "homepage": "http://github.com/Raizlabs/RZBluetooth",
12 "Brian King": "brianaking@gmail.com"
19 "git": "https://github.com/Raizlabs/RZBluetooth.git",
23 "default_subspecs": "Core",
27 "source_files": "RZBluetooth/**/*.{h,m}",
28 "public_header_files": "RZBluetooth/**/*.h",
29 "private_header_files": [
30 "RZBluetooth/**/*+Private.h",
31 "RZBluetooth/Command/*.h",
32 "RZBluetooth/RZBCentralManager+CommandHelper.h"
42 "source_files": "RZMockBluetooth/**/*.{h,m}",
43 "public_header_files": "RZMockBluetooth/**/*.h",
44 "private_header_files": "RZMockBluetooth/**/*+Private.h"
53 "frameworks": "XCTest",
55 "RZBluetoothTests/RZBTestDefines.h",
56 "RZBluetoothTests/RZBSimulatedTestCase.{h,m}",
57 "RZBluetoothTests/Helpers/NSRunLoop+RZBWaitFor.{h,m}"
59 "public_header_files": [
60 "RZBluetoothTests/RZBSimulatedTestCase.h",
61 "RZBluetoothTests/RZBTestDefines.h"