blob: ee8db60d380a02134714154eae9e0a5b71eb44b4 [file] [log] [blame]
{
"name": "OSCGateway",
"version": "1.0.1",
"summary": "Type-safe networking abstraction layer for Open Sound Control.",
"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.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "OSCGateway/Classes/**/*",
"dependencies": {
"SwiftOSC": [
"~> 1.2"
]
}
}