blob: 25c850f8f75162e69c144834646e123c5f7c3c4e [file] [log] [blame]
{
"name": "Gong",
"version": "1.2.0",
"summary": "Gong is a MIDI library for iOS and macOS.",
"homepage": "https://github.com/dclelland/Gong",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/Gong.git",
"tag": "1.2.0"
},
"source_files": "Sources/*.swift",
"swift_versions": [
"5.1",
"5.2"
],
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*.swift",
"frameworks": "CoreMIDI"
},
{
"name": "Events",
"source_files": "Sources/Events/**/*.swift",
"dependencies": {
"Gong/Core": [
]
}
},
{
"name": "Constants",
"source_files": "Sources/Constants/**/*.swift"
}
],
"swift_version": "5.2"
}