blob: 1015f93562a431d8725cc13750f4d341e8564994 [file] [log] [blame]
{
"name": "RevolutionRoboticsBluetooth",
"version": "0.1.3",
"summary": "A Bluetooth SDK for Revolution Robotics Robot Controller",
"description": "A Bluetooth SDK for Revolution Robotics Robot Controller.",
"homepage": "https://github.com/RevolutionRobotics/RevolutionRoboticsBluetoothIOS.git",
"license": {
"type": "GPLv3",
"file": "LICENSE"
},
"authors": {
"Gabor Nagy Farkas": "gabor.nagy.farkas@supercharge.io"
},
"source": {
"git": "https://github.com/RevolutionRobotics/RevolutionRoboticsBluetoothIOS.git",
"tag": "0.1.3"
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"source_files": "RevolutionRoboticsBluetooth/Classes/**/*",
"frameworks": [
"UIKit",
"CoreBluetooth"
],
"dependencies": {
"CryptoSwift": [
"~> 1.0"
]
},
"swift_version": "5.0"
}