blob: 6e84d56f4048b8e93c5eb648af6e5eec24e8f6ea [file] [log] [blame]
{
"name": "OSCGateway",
"version": "1.0.0",
"summary": "Type-safe networking abstraction layer for OSC.",
"homepage": "https://github.com/0x0c/OSCGateway",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Akira Matsuda": "akira.matsuda@me.com"
},
"source": {
"git": "https://github.com/0x0c/OSCGateway.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "OSCGateway/Classes/**/*",
"dependencies": {
"SwiftOSC": [
"~> 1.2"
]
}
}