blob: b3b1d9f1365ad1289529b11cbe3c8c578adc804d [file] [log] [blame]
{
"name": "SHMIDIKit",
"version": "0.0.6",
"summary": "Lightweight MIDI framework for iOS and macOS, create virtual MIDI source, parse data into MIDI packet and send them out to DAWs.",
"description": "SHMIDIKit is a lightweight MIDI framework for iOS and macOS, create virtual MIDI source, parse data into MIDI packet and send them out to DAWs.",
"homepage": "https://sonichits.co/",
"license": "MIT",
"authors": {
"Rex Wang": "Sonic Hits Co"
},
"platforms": {
"ios": "9.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/Rexhits/SHMIDIKit.git",
"tag": "0.0.6"
},
"source_files": "Framework/*.swift",
"swift_version": "4.2"
}