blob: 2340ad218986663220fff0d1193f9b89152f7df5 [file] [log] [blame]
{
"name": "Gong",
"version": "1.2.1",
"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.1"
},
"source_files": "Sources/Gong/*.swift",
"swift_versions": [
"5.1",
"5.2"
],
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Gong/Core/**/*.swift",
"frameworks": "CoreMIDI"
},
{
"name": "Events",
"source_files": "Sources/Gong/Events/**/*.swift",
"dependencies": {
"Gong/Core": [
]
}
},
{
"name": "Constants",
"source_files": "Sources/Gong/Constants/**/*.swift"
}
],
"swift_version": "5.2"
}