[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 2 / d / NuimoSwift / 0.0.1 / NuimoSwift.podspec.json
blobc2438feed89f3e527fd6bfb884a1ac25e1fbdbb4
2   "name": "NuimoSwift",
3   "version": "0.0.1",
4   "summary": "Swift library for connecting and communicating with Senic's Nuimo controllers",
5   "description": "Swift library for connecting and communicating with Senic's Nuimo controllers\n\n* Discover and connect Nuimo controllers via bluetooth low energy or websockets\n* Receive user gestures from Nuimo controllers\n* Send LED matrices to Nuimo controllers",
6   "homepage": "http://senic.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lars Blumberg": "lars@senic.com"
13   },
14   "social_media_url": "http://twitter.com/heysenic",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/getSenic/nuimo-swift.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "SDK",
23   "dependencies": {
24     "SwiftWebSocket": [
26     ]
27   }