blob: 577b7af960a032e92140a6619bd7a996470e8447 [file] [log] [blame]
{
"name": "SHMIDIKit",
"version": "0.0.9",
"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.9"
},
"source_files": "Framework/*.swift",
"swift_version": "4.2"
}