blob: 64b86e43c942e8e2c92221e9164f37676addc24a [file] [log] [blame]
{
"name": "OSCGateway",
"version": "0.1.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": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "OSCGateway/Classes/**/*",
"dependencies": {
"SwiftOSC": [
"~> 1.2"
]
}
}