4 "summary": "Library useful for programmers writing Objective-C or Swift OS X or iOS apps that use MIDI.",
5 "description": "MIKMIDI is a library intended to simplify implementing Objective-C or Swift apps \n for OS X or iOS that use MIDI. It includes the ability to communicate with external\nMIDI devices, to read and write MIDI files, to record and play back MIDI, etc.\n It provides Objective-C abstractions around CoreMIDI, as well as a number of useful\n higher level feature not included in CoreMIDI itself.'",
6 "homepage": "https://github.com/mixedinkey-opensource/MIKMIDI",
12 "Andrew Madsen": "andrew@mixedinkey.com"
14 "social_media_url": "https://twitter.com/armadsen",
20 "git": "https://github.com/mixedinkey-opensource/MIKMIDI.git",
23 "source_files": "Source/**/*.{h,m}",
24 "private_header_files": "Source/MIKMIDIPrivateUtilities.h",
41 "HEADER_SEARCH_PATHS": "\"$(SDK_DIR)\"/usr/include/libxml2"