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"
18 "git": "https://github.com/Raizlabs/RZBluetooth.git",
22 "default_subspecs": "Core",
26 "source_files": "RZBluetooth/**/*.{h,m}",
27 "public_header_files": "RZBluetooth/**/*.h",
28 "private_header_files": [
29 "RZBluetooth/**/*+Private.h",
30 "RZBluetooth/Command/*.h",
31 "RZBluetooth/RZBCentralManager+CommandHelper.h"
41 "source_files": "RZMockBluetooth/**/*.{h,m}",
42 "public_header_files": "RZMockBluetooth/**/*.h",
43 "private_header_files": "RZMockBluetooth/**/*+Private.h"
52 "frameworks": "XCTest",
53 "public_header_files": "RZBluetoothTests/RZBSimulatedTestCase.h",
55 "RZBluetoothTests/RZBSimulatedTestCase.{h,m}",
56 "RZBluetoothTests/Helpers/NSRunLoop+RZBWaitFor.{h,m}",
57 "RZBluetoothTests/RZBSimulatedTestCase.h"