blob: 7b168c2891e9a9d374c7b2cd55d7bb2bce335264 [file] [log] [blame]
{
"name": "Gong",
"version": "1.1.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.1.0"
},
"source_files": "Sources/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"pushed_with_swift_version": "4.0",
"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"
}
]
}