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"
15 "git": "https://github.com/Raizlabs/RZBluetooth.git",
24 "default_subspecs": "Core",
28 "source_files": "RZBluetooth/**/*.{h,m}",
29 "public_header_files": "RZBluetooth/**/*.h",
30 "private_header_files": [
31 "RZBluetooth/**/*+Private.h",
32 "RZBluetooth/Command/*.h",
33 "RZBluetooth/RZBCentralManager+CommandHelper.h"
47 "source_files": "RZMockBluetooth/**/*.{h,m}",
48 "public_header_files": "RZMockBluetooth/**/*.h",
49 "private_header_files": "RZMockBluetooth/**/*+Private.h"
62 "frameworks": "XCTest",
64 "RZBluetoothTests/RZBTestDefines.h",
65 "RZBluetoothTests/RZBSimulatedTestCase.{h,m}",
66 "RZBluetoothTests/Helpers/NSRunLoop+RZBWaitFor.{h,m}"
68 "public_header_files": [
69 "RZBluetoothTests/RZBSimulatedTestCase.h",
70 "RZBluetoothTests/RZBTestDefines.h"