4 "summary": "Library useful for programmers writing Objective-C OS X or iOS apps that communicate with external MIDI devices.",
5 "description": " MIKMIDI is a library intended to simplify implementing Objective-C apps \n for OS X or iOS that communicate with external MIDI devices, including\n DJ controllers, keyboards, etc. It provides Objective-C abstractions\n around CoreMIDI, as well as a number of useful higher level features\n not included in CoreMIDI itself.'\n",
6 "homepage": "https://github.com/mixedinkey-opensource/MIKMIDI",
9 "Andrew Madsen": "andrew@mixedinkey.com.com"
11 "social_media_url": "https://twitter.com/armadsen",
17 "git": "https://github.com/mixedinkey-opensource/MIKMIDI.git",
20 "source_files": "Source/**/*.{h,m}",
21 "private_header_files": "Source/MIKMIDIPrivateUtilities.h",
24 "frameworks": "CoreMIDI"
27 "frameworks": "CoreMIDI",
31 "HEADER_SEARCH_PATHS": "\"$(SDK_DIR)\"/usr/include/libxml2"