[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 7 / 6 / Gong / 1.2.0 / Gong.podspec.json
blob25c850f8f75162e69c144834646e123c5f7c3c4e
2   "name": "Gong",
3   "version": "1.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": "1.2.0"
15   },
16   "source_files": "Sources/*.swift",
17   "swift_versions": [
18     "5.1",
19     "5.2"
20   ],
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.10"
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/Core/**/*.swift",
29       "frameworks": "CoreMIDI"
30     },
31     {
32       "name": "Events",
33       "source_files": "Sources/Events/**/*.swift",
34       "dependencies": {
35         "Gong/Core": [
37         ]
38       }
39     },
40     {
41       "name": "Constants",
42       "source_files": "Sources/Constants/**/*.swift"
43     }
44   ],
45   "swift_version": "5.2"