[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / e / a / WLXBluetoothDevice / 0.2.0-alpha / WLXBluetoothDevice.podspec.json
blob6add07fc4f865773b7fcaedef80fc7d5f4c78d26
2   "name": "WLXBluetoothDevice",
3   "version": "0.2.0-alpha",
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-alpha"
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       "resource_bundles": {
39         "WLXBluetoothDevice": [
40           "Pod/Assets/*.png"
41         ]
42       },
43       "dependencies": {
44         "WLXBluetoothDevice/Core": [
46         ],
47         "ReactiveCocoa": [
48           "2.4.4"
49         ]
50       }
51     }
52   ]