[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / e / a / WLXBluetoothDevice / 0.1.0 / WLXBluetoothDevice.podspec.json
blob67b21ad0f292b5b4c9c9daf4584536a7d67d1cbf
2   "name": "WLXBluetoothDevice",
3   "version": "0.1.0",
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.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "WLXBluetoothDevice": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "CoreBluetooth",
26   "dependencies": {
27     "CocoaLumberjack": [
28       "~>2.0.0-rc"
29     ]
30   }