[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / c / 7 / 6 / Gong / 0.2.0 / Gong.podspec.json
bloba15d3e4630cc5083f4232094a48fb7fa4f5508b0
2   "name": "Gong",
3   "version": "0.2.0",
4   "summary": "Gong is a MIDI library for iOS and macOS.",
5   "homepage": "https://github.com/dclelland/Gong",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Daniel Clelland": "daniel.clelland@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/dclelland/Gong.git",
14     "tag": "0.2.0"
15   },
16   "source_files": "Sources/*.swift",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10"
20   },
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Sources/Core/**/*.swift",
26       "frameworks": "CoreMIDI"
27     },
28     {
29       "name": "Events",
30       "source_files": "Sources/Events/**/*.swift",
31       "dependencies": {
32         "Gong/Core": [
34         ]
35       }
36     }
37   ]