[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 2 / d / NuimoSwift / 0.3.2 / NuimoSwift.podspec.json
blob76f8d47a07db590177b4c7d13ae87c2cfb20f0df
2   "name": "NuimoSwift",
3   "version": "0.3.2",
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* 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   "documentation_url": "https://github.com/getSenic/nuimo-swift",
7   "homepage": "http://senic.com",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Lars Blumberg (Senic GmbH)": "lars@senic.com"
14   },
15   "social_media_url": "http://twitter.com/heysenic",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9"
19   },
20   "source": {
21     "git": "https://github.com/getSenic/nuimo-swift.git",
22     "tag": "0.3.2"
23   },
24   "frameworks": "CoreBluetooth",
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "SDK/*.swift"
30     },
31     {
32       "name": "WebSockets",
33       "platforms": {
34         "ios": "8.0",
35         "osx": "10.9"
36       },
37       "source_files": "SDK/WebSocket/*.swift",
38       "xcconfig": {
39         "OTHER_SWIFT_FLAGS": "$(inherited) -DNUIMO_USE_WEBSOCKETS"
40       },
41       "dependencies": {
42         "NuimoSwift/Core": [
44         ],
45         "SwiftWebSocket": [
47         ]
48       }
49     }
50   ]