[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 8 / b / c / MIDIFish / 0.1.0 / MIDIFish.podspec.json
blobd06e7506dbe3cc33986ea6a96e4ece079ac9ccf8
2   "name": "MIDIFish",
3   "version": "0.1.0",
4   "summary": "Clean and clear iOS MIDI including Wi-Fi.",
5   "description": "CoreMIDI is complex and arguably convoluted, especially for the \nrequirements of most iOS apps. This library simplifies the semantics\nand brings it under a clear object model.\n\nNOTE, while this library is being used in production, it's still very\nbeta and not entirely feature complete (eg. MIDI Receive has not been implemented)\n\nProps to PGMidi, the Guru of nearly all of us CoreMIDI hackers",
6   "homepage": "https://github.com/Air-Craft/MIDIFish",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hari Karam Singh": "singh@air-craft.co"
13   },
14   "social_media_url": "http://twitter.com/AirCraftHQ",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/Air-Craft/MIDIFish.git",
20     "tag": "0.1.0"
21   },
22   "source_files": "MIDIFish/**/*.{h,m}",
23   "public_header_files": "MIDIFish/*.h",
24   "resources": "MIDIFish/Localizable.strings",
25   "frameworks": [
26     "Foundation",
27     "CoreMIDI"
28   ],
29   "requires_arc": true