blob: 585a7cc6937a89ae0d6e6ee157060748648dd86e [file] [log] [blame]
{
"name": "MIKMIDI",
"version": "1.6.2",
"summary": "Library useful for programmers writing Objective-C or Swift OS X or iOS apps that use MIDI.",
"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.'",
"homepage": "https://github.com/mixedinkey-opensource/MIKMIDI",
"license": "MIT",
"authors": {
"Andrew Madsen": "andrew@mixedinkey.com"
},
"social_media_url": "https://twitter.com/armadsen",
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/mixedinkey-opensource/MIKMIDI.git",
"tag": "1.6.2"
},
"source_files": "Source/**/*.{h,m}",
"private_header_files": "Source/MIKMIDIPrivateUtilities.h",
"requires_arc": true,
"osx": {
"frameworks": [
"CoreMIDI",
"AudioToolbox",
"AudioUnit"
]
},
"ios": {
"frameworks": [
"CoreMIDI",
"AudioToolbox"
],
"libraries": "xml2"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDK_DIR)\"/usr/include/libxml2"
}
}