[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 5 / 0 / RZBluetooth / 1.2 / RZBluetooth.podspec.json
blob6cc2415af27b6915494e1b279affe7bf4e925c9a
2   "name": "RZBluetooth",
3   "version": "1.2",
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   "platforms": {
15     "osx": "10.10",
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/Raizlabs/RZBluetooth.git",
20     "tag": "1.2"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "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"
33       ]
34     },
35     {
36       "name": "Mock",
37       "dependencies": {
38         "RZBluetooth/Core": [
40         ]
41       },
42       "source_files": "RZMockBluetooth/**/*.{h,m}",
43       "public_header_files": "RZMockBluetooth/**/*.h",
44       "private_header_files": "RZMockBluetooth/**/*+Private.h"
45     },
46     {
47       "name": "Test",
48       "dependencies": {
49         "RZBluetooth/Mock": [
51         ]
52       },
53       "frameworks": "XCTest",
54       "source_files": [
55         "RZBluetoothTests/RZBTestDefines.h",
56         "RZBluetoothTests/RZBSimulatedTestCase.{h,m}",
57         "RZBluetoothTests/Helpers/NSRunLoop+RZBWaitFor.{h,m}"
58       ],
59       "public_header_files": [
60         "RZBluetoothTests/RZBSimulatedTestCase.h",
61         "RZBluetoothTests/RZBTestDefines.h"
62       ]
63     }
64   ]