blob: 213ad0db5a2bd05b93ef0407fa824c49e2402cf7 [file] [log] [blame]
{
"name": "SHMIDIKit",
"version": "0.0.1",
"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.studio/",
"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.1"
},
"source_files": "Framework/*.swift",
"swift_version": "4.2"
}