[Add] CZarSDK 1.1.12
[CocoaPods.git] / Specs / 2 / 5 / 0 / RZBluetooth / 2.0.0 / RZBluetooth.podspec.json
blob52f4ed04b0cf94bd62f1d238a49e3dff07e69287
2   "name": "RZBluetooth",
3   "version": "2.0.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brian King": "brianaking@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Raizlabs/RZBluetooth.git",
16     "tag": "2.0.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "osx": "10.10",
21     "ios": "8.0",
22     "watchos": "4.0"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "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"
34       ]
35     },
36     {
37       "name": "Mock",
38       "platforms": {
39         "osx": "10.10",
40         "ios": "8.0"
41       },
42       "dependencies": {
43         "RZBluetooth/Core": [
45         ]
46       },
47       "source_files": "RZMockBluetooth/**/*.{h,m}",
48       "public_header_files": "RZMockBluetooth/**/*.h",
49       "private_header_files": "RZMockBluetooth/**/*+Private.h"
50     },
51     {
52       "name": "Test",
53       "platforms": {
54         "osx": "10.10",
55         "ios": "8.0"
56       },
57       "dependencies": {
58         "RZBluetooth/Mock": [
60         ]
61       },
62       "frameworks": "XCTest",
63       "source_files": [
64         "RZBluetoothTests/RZBTestDefines.h",
65         "RZBluetoothTests/RZBSimulatedTestCase.{h,m}",
66         "RZBluetoothTests/Helpers/NSRunLoop+RZBWaitFor.{h,m}"
67       ],
68       "public_header_files": [
69         "RZBluetoothTests/RZBSimulatedTestCase.h",
70         "RZBluetoothTests/RZBTestDefines.h"
71       ]
72     }
73   ]