[Add] NeuroID 3.4.1
[CocoaPods.git] / Specs / 5 / 0 / 8 / MIDIEventKit / 0.0.2 / MIDIEventKit.podspec.json
blobc39448380ef29b5108488cdd086395d8514a8e81
2   "name": "MIDIEventKit",
3   "version": "0.0.2",
4   "swift_version": "4.2",
5   "summary": "MIDI data structures for Swift. Send MIDI events in human language.",
6   "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.",
7   "homepage": "https://github.com/cemolcay/MIDIEventKit",
8   "license": "MIT",
9   "authors": {
10     "cemolcay": "ccemolcay@gmail.com"
11   },
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.9"
15   },
16   "source": {
17     "git": "https://github.com/cemolcay/MIDIEventKit.git",
18     "tag": "0.0.2"
19   },
20   "source_files": "Source/MIDIEventKit.swift",
21   "resources": "Source/MIDIEventKit.strings",
22   "frameworks": [
23     "Foundation",
24     "CoreMIDI"
25   ],
26   "requires_arc": true