blob: 1f247f6c401b7176f02579a102eb05e1e809ff0e [file] [log] [blame]
{
"name": "NuimoSwift",
"version": "0.5.1",
"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": "v0.5.1"
},
"frameworks": "CoreBluetooth",
"source_files": "SDK/*.swift"
}