[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 5 / 9 / MIKMIDI / 1.5.0 / MIKMIDI.podspec.json
blob94c8bc1e68d5ca79594c2a10a6d9fcc58bbdf12f
2   "name": "MIKMIDI",
3   "version": "1.5.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\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",
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.5.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   }