blob: fa0a6f3faa89ff533e3da619dc14e1852310ae28 [file] [log] [blame]
{
"name": "MIKMIDI",
"version": "1.0.0",
"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\n\t\t\t\t\t MIDI devices, to read and write MIDI files, to record and play back MIDI, etc.\n \t\t\t\t\t It provides Objective-C abstractions around CoreMIDI, as well as a number of useful\n \t\t\t\t\t higher level feature not included in CoreMIDI itself.'\n",
"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.0.0"
},
"source_files": "Source/**/*.{h,m}",
"private_header_files": "Source/MIKMIDIPrivateUtilities.h",
"requires_arc": true,
"osx": {
"frameworks": "CoreMIDI"
},
"ios": {
"frameworks": "CoreMIDI",
"libraries": "xml2"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDK_DIR)\"/usr/include/libxml2"
}
}