blob: 8a80b699a2ffacfdc43573b68fb9f39f7f92ec71 [file] [log] [blame]
{
"name": "NuimoSwift",
"version": "0.6.0",
"summary": "Swift library for connecting and communicating with Senic's Nuimo controllers",
"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",
"documentation_url": "https://github.com/getSenic/nuimo-swift",
"homepage": "http://senic.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lars Blumberg (Senic GmbH)": "lars@senic.com"
},
"social_media_url": "http://twitter.com/heysenic",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/getSenic/nuimo-swift.git",
"tag": "0.6.0"
},
"frameworks": "CoreBluetooth",
"source_files": "SDK/*.swift"
}