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