[Add] UBiXDaq 2.4.0
[CocoaPods.git] / Specs / c / d / b / MeshbluBeaconKit / 0.1.0 / MeshbluBeaconKit.podspec.json
blob247e9fcfab6ddd8c2d799f584a707b7ed5d7a3e0
2   "name": "MeshbluBeaconKit",
3   "version": "0.1.0",
4   "summary": "Easily connection iBeacons to Meshblu",
5   "description": "\t\t       Handles all the complexity of ranging iBeacons and connecting them to Meshblu\n",
6   "homepage": "https://github.com/octoblu/MeshbluBeaconKit",
7   "license": "MIT",
8   "authors": {
9     "Sqrt of Octoblu": "sqrt@octoblu.com"
10   },
11   "source": {
12     "git": "https://github.com/octoblu/MeshbluBeaconKit.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "MeshbluBeaconKit": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "CoreLocation",
26   "dependencies": {
27     "MeshbluKit": [
28       "~> 0.1.0"
29     ]
30   }