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",
13 "Lars Blumberg (Senic GmbH)": "lars@senic.com"
15 "social_media_url": "http://twitter.com/heysenic",
21 "git": "https://github.com/getSenic/nuimo-swift.git",
24 "frameworks": "CoreBluetooth",
25 "default_subspecs": "Core",
29 "source_files": "SDK/*.swift"
36 "source_files": "SDK/WebSocket/*.swift",
38 "OTHER_SWIFT_FLAGS": "$(inherited) -DNUIMO_USE_WEBSOCKETS"