blob: 65b9cfc1f441731a569583b31c74732f2d1d198e [file] [log] [blame]
{
"name": "RZBluetooth",
"version": "1.0.2",
"summary": "A Core Bluetooth helper library to simplify the development and testing of Core Bluetooth applications.",
"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.",
"homepage": "http://github.com/Raizlabs/RZBluetooth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brian King": "brianaking@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Raizlabs/RZBluetooth.git",
"tag": "1.0.2"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "RZBluetooth/**/*.{h,m}",
"public_header_files": "RZBluetooth/**/*.h",
"private_header_files": [
"RZBluetooth/**/*+Private.h",
"RZBluetooth/Command/*.h",
"RZBluetooth/RZBCentralManager+CommandHelper.h"
]
},
{
"name": "Mock",
"dependencies": {
"RZBluetooth/Core": [
]
},
"source_files": "RZMockBluetooth/**/*.{h,m}",
"public_header_files": "RZMockBluetooth/**/*.h",
"private_header_files": "RZMockBluetooth/**/*+Private.h"
},
{
"name": "Test",
"dependencies": {
"RZBluetooth/Mock": [
]
},
"frameworks": "XCTest",
"public_header_files": "RZBluetoothTests/RZBSimulatedTestCase.h",
"source_files": [
"RZBluetoothTests/RZBSimulatedTestCase.{h,m}",
"RZBluetoothTests/Helpers/NSRunLoop+RZBWaitFor.{h,m}",
"RZBluetoothTests/RZBSimulatedTestCase.h"
]
}
]
}