[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / f / 9 / 1 / AuroraDreamband / 0.1.0 / AuroraDreamband.podspec.json
blobc50dec806a1dc7623b2d4c69729ebf93d70caab8
2   "name": "AuroraDreamband",
3   "version": "0.1.0",
4   "summary": "iWinks BluetoothLE core library",
5   "description": "For developers looking for the most control, SDKs are provided to interact with Aurora directly.\nExecute commands, receive events, and configure profiles without worrying about all the boilerplate and connection logic.\nAvailable for iOS, Android, and NodeJS, these are the same SDKs powering the official Aurora apps.",
6   "homepage": "https://sleepwithaurora.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rafael Nobre": "nobre84@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/iwinks/aurora-sdk-ios.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "AuroraDreamband/Classes/**/*",
22   "dependencies": {
23     "RZBluetooth": [
24       "~> 1.0"
25     ],
26     "PromiseKit": [
27       "~> 4.0"
28     ],
29     "AwaitKit": [
30       "~> 3.0"
31     ],
32     "heatshrink-objc": [
34     ]
35   },
36   "default_subspecs": "Core",
37   "subspecs": [
38     {
39       "name": "Core"
40     },
41     {
42       "name": "Testing",
43       "dependencies": {
44         "RZBluetooth/Test": [
46         ]
47       }
48     }
49   ]