[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / e / a / WLXBluetoothDevice / 0.2.0-alpha1 / WLXBluetoothDevice.podspec.json
blob9156b3a8794387a9ec7f29ba37f4bf051b7c8c90
2   "name": "WLXBluetoothDevice",
3   "version": "0.2.0-alpha1",
4   "summary": "A block-based wrapper of CoreBluetooth",
5   "description": "                       WLXBluetoothDevice provides a better, more modular\n                       API on top of CoreBluetooth. Reposabilities are separated\n                       in different classes and the API is block-based.\n\n                       WLXBluetoothDevice extracts common patterns that have been\n                       identified while developing Bluetooth 4.0 apps at\n                       [Wolox](http://www.wolox.com.ar).\n",
6   "homepage": "https://github.com/Wolox/WLXBluetoothDevice",
7   "license": "MIT",
8   "authors": {
9     "Guido Marucci Blas": "guidomb@wolox.com.ar"
10   },
11   "source": {
12     "git": "https://github.com/Wolox/WLXBluetoothDevice.git",
13     "tag": "0.2.0-alpha1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "Pod/Classes/Core",
23       "resource_bundles": {
24         "WLXBluetoothDevice": [
25           "Pod/Assets/*.png"
26         ]
27       },
28       "frameworks": "CoreBluetooth",
29       "dependencies": {
30         "CocoaLumberjack": [
31           "~>2.0.0-rc"
32         ]
33       }
34     },
35     {
36       "name": "ReactiveCocoa",
37       "source_files": "Pod/Classes/ReactiveCocoa",
38       "dependencies": {
39         "WLXBluetoothDevice/Core": [
41         ],
42         "ReactiveCocoa": [
43           "2.4.4"
44         ]
45       }
46     }
47   ]