blob: a15d3e4630cc5083f4232094a48fb7fa4f5508b0 [file] [log] [blame]
{
"name": "Gong",
"version": "0.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": "0.2.0"
},
"source_files": "Sources/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*.swift",
"frameworks": "CoreMIDI"
},
{
"name": "Events",
"source_files": "Sources/Events/**/*.swift",
"dependencies": {
"Gong/Core": [
]
}
}
]
}