[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / 5 / 9 / MIKMIDI / 0.9.0 / MIKMIDI.podspec.json
blob82bb4c14c05e36b1a466a573521c2b26742bf6a9
2   "name": "MIKMIDI",
3   "version": "0.9.0",
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.0"
19   },
20   "source_files": "Source/**/*.{h,m}",
21   "private_header_files": [
22     "Source/MIKMIDIPrivateUtilities.h",
23     "Source/MIKMIDIPort.h",
24     "Source/MIKMIDIInputPort.h",
25     "Source/MIKMIDIOutputPort.h"
26   ],
27   "requires_arc": true,
28   "osx": {
29     "frameworks": "CoreMIDI"
30   },
31   "ios": {
32     "frameworks": "CoreMIDI",
33     "libraries": "xml2"
34   },
35   "xcconfig": {
36     "HEADER_SEARCH_PATHS": "\"$(SDK_DIR)\"/usr/include/libxml2"
37   }