[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 5 / 0 / 8 / MIDIEventKit / 0.0.1 / MIDIEventKit.podspec.json
blobef287190d569b86324a7ee796b959214bbc2714b
2   "name": "MIDIEventKit",
3   "version": "0.0.1",
4   "summary": "MIDI data structures for Swift. Send MIDI events in human language.",
5   "description": "MIDIEventKit\n===\nMIDI data structures for Swift. Send MIDI events in human language.\n\n\nRequirements\n----\n* Swift 4.0+\n* iOS 8.0+\n* macOS 10.9+\n\nInstall\n----\n```\npod 'MIDIEventKit'\n```\n\nUsage\n----\nSend or receive `MIDIPacket`s or `MIDIPacketList`s from `CoreMIDI` or [AudioKit](github.com/AudioKit/AudioKit)'s `AKMIDI` easily with MIDIEventKit data structures.",
6   "homepage": "https://github.com/cemolcay/MIDIEventKit",
7   "license": "MIT",
8   "authors": {
9     "cemolcay": "ccemolcay@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://github.com/cemolcay/MIDIEventKit.git",
17     "tag": "0.0.1"
18   },
19   "source_files": "Source/MIDIEventKit.swift",
20   "resources": "Source/MIDIEventKit.strings",
21   "frameworks": [
22     "Foundation",
23     "CoreMIDI"
24   ],
25   "requires_arc": true