[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 5 / 9 / MIKMIDI / 1.0.0 / MIKMIDI.podspec.json
blobfa0a6f3faa89ff533e3da619dc14e1852310ae28
2   "name": "MIKMIDI",
3   "version": "1.0.0",
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\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",
6   "homepage": "https://github.com/mixedinkey-opensource/MIKMIDI",
7   "license": "MIT",
8   "authors": {
9     "Andrew Madsen": "andrew@mixedinkey.com"
10   },
11   "social_media_url": "https://twitter.com/armadsen",
12   "platforms": {
13     "ios": "6.0",
14     "osx": "10.7"
15   },
16   "source": {
17     "git": "https://github.com/mixedinkey-opensource/MIKMIDI.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "Source/**/*.{h,m}",
21   "private_header_files": "Source/MIKMIDIPrivateUtilities.h",
22   "requires_arc": true,
23   "osx": {
24     "frameworks": "CoreMIDI"
25   },
26   "ios": {
27     "frameworks": "CoreMIDI",
28     "libraries": "xml2"
29   },
30   "xcconfig": {
31     "HEADER_SEARCH_PATHS": "\"$(SDK_DIR)\"/usr/include/libxml2"
32   }