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