blob: 943ed61d7234e7cb8fbf5aa80cb583e15863b872 [file] [log] [blame]
{
"name": "NuimoSwift",
"version": "0.8.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.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/getSenic/nuimo-swift.git",
"tag": "0.8.0"
},
"source_files": "SDK/*.swift",
"frameworks": "CoreBluetooth",
"pushed_with_swift_version": "3.0"
}