blob: 9cb355d7557e5b8f490c81a9341f20fb46ecc8ff [file] [log] [blame]
{
"name": "SwiftyRFDuino",
"version": "0.1.0",
"summary": "An iOS library that allows easy communication with RFDuinos",
"description": "Contains a RFDuinoManager class and a RFDuino class as a nice abstraction for dealing with connecting and communicating with RFDuinos over Bluetooth.",
"homepage": "https://github.com/olavblj/SwiftyRFDuino",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Olav Ljosland": "olavlj@me.com"
},
"source": {
"git": "https://github.com/olavblj/SwiftyRFDuino.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Source/*.swift",
"pushed_with_swift_version": "4.0"
}