[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / c / 7 / 6 / Gong / 1.1.1 / Gong.podspec.json
blob3cd13772f7e47a12d9615118748a243f570028f5
2   "name": "Gong",
3   "version": "1.1.1",
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": "1.1.1"
15   },
16   "source_files": "Sources/*.swift",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10"
20   },
21   "pushed_with_swift_version": "4.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     {
38       "name": "Constants",
39       "source_files": "Sources/Constants/**/*.swift"
40     }
41   ]