[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 5 / 9 / MIKMIDI / 0.9.2 / MIKMIDI.podspec.json
blobf13c25f64e622d81cf5cebc0171165546b62f981
2   "name": "MIKMIDI",
3   "version": "0.9.2",
4   "summary": "Library useful for programmers writing Objective-C OS X or iOS apps that communicate with external MIDI devices.",
5   "description": "                     MIKMIDI is a library intended to simplify implementing Objective-C apps \n                     for OS X or iOS that communicate with external MIDI devices, including\n                     DJ controllers, keyboards, etc. It provides Objective-C abstractions\n                     around CoreMIDI, as well as a number of useful higher level features\n                     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.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": "0.9.2"
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   }